Html Css Color HEX #023F85 Dark Cerulean

📋 copy color: '#023F85'

red 2 ◦ green 63 ◦ blue 133

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

Shades of Dark Cerulean #023F85

Tints of Dark Cerulean #023F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 67.17%

R = 1.01%
G = 31.82%
B = 67.17%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#023F85 (or 0x023F85) is known color: Dark Cerulean. HEX triplet: 02, 3F and 85. RGB value is (2,63,133). Sum of RGB (Red+Green+Blue) = 2+63+133=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #023F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023F85 is #FDC07A. Grayscale: #343434. Windows color (decimal): -16629883 or 8732418. OLE color: 8732418.

HSL color Cylindrical-coordinate representation of color #023F85: hue angle of 212.06º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F85 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 63 133 -
CMYK 0.98 0.53 0 0.48
HSL 212.06º 0.97% 0.26% -
HSV(B) 212.06º 0.98% 0.52% -
XYZ 6.04 5.26 22.89 -
YUV 52.74 173.29 91.81 -
System Red Green Blue C M Y K H S L
Decimal 2 63 133 0.98 0.53 0 0.48 212.06 0.97 0.26
Hex 2 3F 85 62 35 0 30 D4 61 1A
Octal 2 77 205 142 65 0 60 324 141 32
Binary 10 111111 10000101 1100010 110101 0 110000 11010100 1100001 11010

Color Harmonies of #023F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F85

Black with #023F85

Text Example


Text Example

White with #023F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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