Html Css Color HEX #004378 Dark Cerulean

📋 copy color: '#004378'

red 0 ◦ green 67 ◦ blue 120

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

Shades of Dark Cerulean #004378

Tints of Dark Cerulean #004378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.83%

 BLUE value IS 120 (47.27% from 255) = 64.17%

R = 0%
G = 35.83%
B = 64.17%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#004378 (or 0x004378) is known color: Dark Cerulean. HEX triplet: 00, 43 and 78. RGB value is (0,67,120). Sum of RGB (Red+Green+Blue) = 0+67+120=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #004378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004378 is #FFBC87. Grayscale: #343434. Windows color (decimal): -16759944 or 7881472. OLE color: 7881472.

HSL color Cylindrical-coordinate representation of color #004378: hue angle of 206.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004378 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 67 120 -
CMYK 1 0.44 0 0.53
HSL 206.5º 1% 0.24% -
HSV(B) 206.5º 1% 0.47% -
XYZ 5.4 5.37 18.52 -
YUV 53.01 165.8 90.19 -
System Red Green Blue C M Y K H S L
Decimal 0 67 120 1 0.44 0 0.53 206.5 1 0.24
Hex 0 43 78 64 2C 0 35 CE 64 18
Octal 0 103 170 144 54 0 65 316 144 30
Binary 0 1000011 1111000 1100100 101100 0 110101 11001110 1100100 11000

Color Harmonies of #004378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004378

Black with #004378

Text Example


Text Example

White with #004378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004378; }

 p { color: rgb(0,67,120); }

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

background-color css

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

 a { background-color: rgb(0,67,120); }

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

border-color css

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

 span { border-color: rgb(0,67,120); }

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