Html Css Color HEX #023F73 Dark Cerulean

📋 copy color: '#023F73'

red 2 ◦ green 63 ◦ blue 115

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

Shades of Dark Cerulean #023F73

Tints of Dark Cerulean #023F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 63.89%

R = 1.11%
G = 35%
B = 63.89%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#023F73 (or 0x023F73) is known color: Dark Cerulean. HEX triplet: 02, 3F and 73. RGB value is (2,63,115). Sum of RGB (Red+Green+Blue) = 2+63+115=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #023F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F73 is #FDC08C. Grayscale: #323232. Windows color (decimal): -16629901 or 7552770. OLE color: 7552770.

HSL color Cylindrical-coordinate representation of color #023F73: hue angle of 207.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F73 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 63 115 -
CMYK 0.98 0.45 0 0.55
HSL 207.61º 0.97% 0.23% -
HSV(B) 207.61º 0.98% 0.45% -
XYZ 4.9 4.81 16.89 -
YUV 50.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 2 63 115 0.98 0.45 0 0.55 207.61 0.97 0.23
Hex 2 3F 73 62 2D 0 37 D0 61 17
Octal 2 77 163 142 55 0 67 320 141 27
Binary 10 111111 1110011 1100010 101101 0 110111 11010000 1100001 10111

Color Harmonies of #023F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F73

Black with #023F73

Text Example


Text Example

White with #023F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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