Html Css Color HEX #023D74 Dark Cerulean

📋 copy color: '#023D74'

red 2 ◦ green 61 ◦ blue 116

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

Shades of Dark Cerulean #023D74

Tints of Dark Cerulean #023D74

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.08%

 BLUE value IS 116 (45.7% from 255) = 64.8%

R = 1.12%
G = 34.08%
B = 64.8%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#023D74 (or 0x023D74) is known color: Dark Cerulean. HEX triplet: 02, 3D and 74. RGB value is (2,61,116). Sum of RGB (Red+Green+Blue) = 2+61+116=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #023D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D74 is #FDC28B. Grayscale: #313131. Windows color (decimal): -16630412 or 7617794. OLE color: 7617794.

HSL color Cylindrical-coordinate representation of color #023D74: hue angle of 208.95º 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 #023D74 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 61 116 -
CMYK 0.98 0.47 0 0.55
HSL 208.95º 0.97% 0.23% -
HSV(B) 208.95º 0.98% 0.45% -
XYZ 4.85 4.61 17.16 -
YUV 49.63 165.45 94.03 -
System Red Green Blue C M Y K H S L
Decimal 2 61 116 0.98 0.47 0 0.55 208.95 0.97 0.23
Hex 2 3D 74 62 2F 0 37 D1 61 17
Octal 2 75 164 142 57 0 67 321 141 27
Binary 10 111101 1110100 1100010 101111 0 110111 11010001 1100001 10111

Color Harmonies of #023D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D74

Black with #023D74

Text Example


Text Example

White with #023D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,61,116); }

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

background-color css

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

 a { background-color: rgb(2,61,116); }

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

border-color css

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

 span { border-color: rgb(2,61,116); }

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