Html Css Color HEX #004278 Dark Cerulean

📋 copy color: '#004278'

red 0 ◦ green 66 ◦ blue 120

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

Shades of Dark Cerulean #004278

Tints of Dark Cerulean #004278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

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

R = 0%
G = 35.48%
B = 64.52%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#004278 (or 0x004278) is known color: Dark Cerulean. HEX triplet: 00, 42 and 78. RGB value is (0,66,120). Sum of RGB (Red+Green+Blue) = 0+66+120=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #004278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004278 is #FFBD87. Grayscale: #343434. Windows color (decimal): -16760200 or 7881216. OLE color: 7881216.

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

Color convert

RGB 0 66 120 -
CMYK 1 0.45 0 0.53
HSL 207º 1% 0.24% -
HSV(B) 207º 1% 0.47% -
XYZ 5.34 5.25 18.5 -
YUV 52.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 0 66 120 1 0.45 0 0.53 207 1 0.24
Hex 0 42 78 64 2D 0 35 CF 64 18
Octal 0 102 170 144 55 0 65 317 144 30
Binary 0 1000010 1111000 1100100 101101 0 110101 11001111 1100100 11000

Color Harmonies of #004278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004278

Black with #004278

Text Example


Text Example

White with #004278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004278; }

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

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

background-color css

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

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

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

border-color css

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

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

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