Html Css Color HEX #064978 Dark Cerulean

📋 copy color: '#064978'

red 6 ◦ green 73 ◦ blue 120

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

Shades of Dark Cerulean #064978

Tints of Dark Cerulean #064978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.68%

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

R = 3.02%
G = 36.68%
B = 60.3%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#064978 (or 0x064978) is known color: Dark Cerulean. HEX triplet: 06, 49 and 78. RGB value is (6,73,120). Sum of RGB (Red+Green+Blue) = 6+73+120=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #064978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064978 is #F9B687. Grayscale: #3A3A3A. Windows color (decimal): -16365192 or 7883014. OLE color: 7883014.

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

Color convert

RGB 6 73 120 -
CMYK 0.95 0.39 0 0.53
HSL 204.74º 0.9% 0.25% -
HSV(B) 204.74º 0.95% 0.47% -
XYZ 5.85 6.16 18.65 -
YUV 58.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 6 73 120 0.95 0.39 0 0.53 204.74 0.9 0.25
Hex 6 49 78 5F 27 0 35 CD 5A 19
Octal 6 111 170 137 47 0 65 315 132 31
Binary 110 1001001 1111000 1011111 100111 0 110101 11001101 1011010 11001

Color Harmonies of #064978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064978

Black with #064978

Text Example


Text Example

White with #064978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064978; }

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

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

background-color css

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

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

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

border-color css

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

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

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