Html Css Color HEX #23028F Ultramarine

📋 copy color: '#23028F'

red 35 ◦ green 2 ◦ blue 143

#23028F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #23028F

Tints of Ultramarine #23028F

RGB

 RED value IS 35 (14.06% from 255) = 19.44%

 GREEN value IS 2 (1.17% from 255) = 1.11%

 BLUE value IS 143 (56.25% from 255) = 79.44%

R = 19.44%
G = 1.11%
B = 79.44%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#23028F (or 0x23028F) is known color: Ultramarine. HEX triplet: 23, 02 and 8F. RGB value is (35,2,143). Sum of RGB (Red+Green+Blue) = 35+2+143=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 143 (56.25% from 255 or 79.44% from 180); Max value from RGB is 143 - color contains mainly: blue. Hex color #23028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23028F is #DCFD70. Grayscale: #1B1B1B. Windows color (decimal): -14482801 or 9372195. OLE color: 9372195.

HSL color Cylindrical-coordinate representation of color #23028F: hue angle of 254.04º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23028F is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 2 143 -
CMYK 0.76 0.99 0 0.44
HSL 254.04º 0.97% 0.28% -
HSV(B) 254.04º 0.99% 0.56% -
XYZ 5.67 2.38 26.15 -
YUV 27.94 192.93 133.04 -
System Red Green Blue C M Y K H S L
Decimal 35 2 143 0.76 0.99 0 0.44 254.04 0.97 0.28
Hex 23 2 8F 4C 63 0 2C FE 61 1C
Octal 43 2 217 114 143 0 54 376 141 34
Binary 100011 10 10001111 1001100 1100011 0 101100 11111110 1100001 11100

Color Harmonies of #23028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23028F

Black with #23028F

Text Example


Text Example

White with #23028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23028F; }

 p { color: rgb(35,2,143); }

 H1.HeaderClassName
 {
   color: #23028F;
 }
 .AnyTagClassName
 {
   color: #23028F;
 }
</style>

background-color css

<style>
 a { background-color: #23028F; }

 a { background-color: rgb(35,2,143); }

 div.DivClassName
 {
   background-color: #23028F;
 }
 .BgClassName
 {
   background-color: #23028F;
 }
</style>

border-color css

<style>
 span { border-color: #23028F; }

 span { border-color: rgb(35,2,143); }

 td.TdClassName
 {
   border-color: #23028F;
 }
 .TagClassName
 {
   border-color: #23028F;
 }
</style>