#004994

Color #004994 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #004994

Tints of Dark Cerulean #004994

Color information

#004994 (or 0x004994) is unknown color: approx Dark Cerulean. HEX triplet: 00, 49 and 94. RGB value is (0,73,148). Sum of RGB (Red+Green+Blue) = 0+73+148=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #004994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004994 is #FFB66B. Grayscale: #3B3B3B. Windows color (decimal): -16758380 or 9718016. OLE color: 9718016.

HSL color Cylindrical-coordinate representation of color #004994: hue angle of 210.41º 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 #004994 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB073148-
CMYK10.5100.42
HSL210.41º100%29.02%-
HSV(B)210.41º100%58.04%-
XYZ7.736.928.94-
YUV59.72177.8285.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 148 (58.20% from 255) = 66.97%
R=0%
G=33.03%
B=66.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal07314810.5100.42210.4110029.02
Hex04994643302Ad2641d
Octal01112241446305232214435
Binary01001001100101001100100110011010101011010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004994; }

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

 H1.HeaderClassName
 {
   color: #004994;
 }
 .AnyTagClassName
 {
   color: #004994;
 }
</style>
background-color css

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

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

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

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

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

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