Html Css Color HEX #023F80 Dark Cerulean

📋 copy color: '#023F80'

red 2 ◦ green 63 ◦ blue 128

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

Shades of Dark Cerulean #023F80

Tints of Dark Cerulean #023F80

RGB

 RED value IS 2 (1.17% from 255) = 1.04%

 GREEN value IS 63 (25% from 255) = 32.64%

 BLUE value IS 128 (50.39% from 255) = 66.32%

R = 1.04%
G = 32.64%
B = 66.32%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#023F80 (or 0x023F80) is known color: Dark Cerulean. HEX triplet: 02, 3F and 80. RGB value is (2,63,128). Sum of RGB (Red+Green+Blue) = 2+63+128=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #023F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F80 is #FDC07F. Grayscale: #333333. Windows color (decimal): -16629888 or 8404738. OLE color: 8404738.

HSL color Cylindrical-coordinate representation of color #023F80: hue angle of 210.95º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F80 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 63 128 -
CMYK 0.98 0.51 0 0.50
HSL 210.95º 0.97% 0.25% -
HSV(B) 210.95º 0.98% 0.5% -
XYZ 5.7 5.13 21.11 -
YUV 52.17 170.79 92.21 -
System Red Green Blue C M Y K H S L
Decimal 2 63 128 0.98 0.51 0 0.50 210.95 0.97 0.25
Hex 2 3F 80 62 33 0 32 D3 61 19
Octal 2 77 200 142 63 0 62 323 141 31
Binary 10 111111 10000000 1100010 110011 0 110010 11010011 1100001 11001

Color Harmonies of #023F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F80

Black with #023F80

Text Example


Text Example

White with #023F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023F80; }

 p { color: rgb(2,63,128); }

 H1.HeaderClassName
 {
   color: #023F80;
 }
 .AnyTagClassName
 {
   color: #023F80;
 }
</style>

background-color css

<style>
 a { background-color: #023F80; }

 a { background-color: rgb(2,63,128); }

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

border-color css

<style>
 span { border-color: #023F80; }

 span { border-color: rgb(2,63,128); }

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