Html Css Color HEX #064278 Dark Cerulean

📋 copy color: '#064278'

red 6 ◦ green 66 ◦ blue 120

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

Shades of Dark Cerulean #064278

Tints of Dark Cerulean #064278

RGB

 RED value IS 6 (2.73% from 255) = 3.13%

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

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

R = 3.13%
G = 34.38%
B = 62.5%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#064278 (or 0x064278) is known color: Dark Cerulean. HEX triplet: 06, 42 and 78. RGB value is (6,66,120). Sum of RGB (Red+Green+Blue) = 6+66+120=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #064278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064278 is #F9BD87. Grayscale: #353535. Windows color (decimal): -16366984 or 7881222. OLE color: 7881222.

HSL color Cylindrical-coordinate representation of color #064278: hue angle of 208.42º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064278 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 66 120 -
CMYK 0.95 0.45 0 0.53
HSL 208.42º 0.9% 0.25% -
HSV(B) 208.42º 0.95% 0.47% -
XYZ 5.41 5.29 18.51 -
YUV 54.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 6 66 120 0.95 0.45 0 0.53 208.42 0.9 0.25
Hex 6 42 78 5F 2D 0 35 D0 5A 19
Octal 6 102 170 137 55 0 65 320 132 31
Binary 110 1000010 1111000 1011111 101101 0 110101 11010000 1011010 11001

Color Harmonies of #064278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064278

Black with #064278

Text Example


Text Example

White with #064278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064278; }

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

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

background-color css

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

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

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

border-color css

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

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

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