Html Css Color HEX #004894 Dark Cerulean

📋 copy color: '#004894'

red 0 ◦ green 72 ◦ blue 148

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

Shades of Dark Cerulean #004894

Tints of Dark Cerulean #004894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

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

R = 0%
G = 32.73%
B = 67.27%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004894 (or 0x004894) is known color: Dark Cerulean. HEX triplet: 00, 48 and 94. RGB value is (0,72,148). Sum of RGB (Red+Green+Blue) = 0+72+148=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #004894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004894 is #FFB76B. Grayscale: #3A3A3A. Windows color (decimal): -16758636 or 9717760. OLE color: 9717760.

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

Color convert

RGB 0 72 148 -
CMYK 1 0.51 0 0.42
HSL 210.81º 1% 0.29% -
HSV(B) 210.81º 1% 0.58% -
XYZ 7.66 6.77 28.92 -
YUV 59.14 178.15 85.82 -
System Red Green Blue C M Y K H S L
Decimal 0 72 148 1 0.51 0 0.42 210.81 1 0.29
Hex 0 48 94 64 33 0 2A D3 64 1D
Octal 0 110 224 144 63 0 52 323 144 35
Binary 0 1001000 10010100 1100100 110011 0 101010 11010011 1100100 11101

Color Harmonies of #004894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004894

Black with #004894

Text Example


Text Example

White with #004894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004894; }

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

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

background-color css

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

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

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

border-color css

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

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

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