Html Css Color HEX #005994 Dark Cerulean

📋 copy color: '#005994'

red 0 ◦ green 89 ◦ blue 148

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

Shades of Dark Cerulean #005994

Tints of Dark Cerulean #005994

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 89 (35.16% from 255) = 37.55%

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 0%
G = 37.55%
B = 62.45%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005994 (or 0x005994) is known color: Dark Cerulean. HEX triplet: 00, 59 and 94. RGB value is (0,89,148). Sum of RGB (Red+Green+Blue) = 0+89+148=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #005994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005994 is #FFA66B. Grayscale: #444444. Windows color (decimal): -16754284 or 9722112. OLE color: 9722112.

HSL color Cylindrical-coordinate representation of color #005994: hue angle of 203.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005994 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 89 148 -
CMYK 1 0.40 0 0.42
HSL 203.92º 1% 0.29% -
HSV(B) 203.92º 1% 0.58% -
XYZ 8.92 9.28 29.34 -
YUV 69.12 172.51 78.7 -
System Red Green Blue C M Y K H S L
Decimal 0 89 148 1 0.40 0 0.42 203.92 1 0.29
Hex 0 59 94 64 28 0 2A CC 64 1D
Octal 0 131 224 144 50 0 52 314 144 35
Binary 0 1011001 10010100 1100100 101000 0 101010 11001100 1100100 11101

Color Harmonies of #005994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005994

Black with #005994

Text Example


Text Example

White with #005994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005994; }

 p { color: rgb(0,89,148); }

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

background-color css

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

 a { background-color: rgb(0,89,148); }

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

border-color css

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

 span { border-color: rgb(0,89,148); }

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