Html Css Color HEX #064574 Dark Cerulean

📋 copy color: '#064574'

red 6 ◦ green 69 ◦ blue 116

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

Shades of Dark Cerulean #064574

Tints of Dark Cerulean #064574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 116 (45.7% from 255) = 60.73%

R = 3.14%
G = 36.13%
B = 60.73%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#064574 (or 0x064574) is known color: Dark Cerulean. HEX triplet: 06, 45 and 74. RGB value is (6,69,116). Sum of RGB (Red+Green+Blue) = 6+69+116=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #064574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064574 is #F9BA8B. Grayscale: #373737. Windows color (decimal): -16366220 or 7619846. OLE color: 7619846.

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

Color convert

RGB 6 69 116 -
CMYK 0.95 0.41 0 0.55
HSL 205.64º 0.9% 0.24% -
HSV(B) 205.64º 0.95% 0.45% -
XYZ 5.36 5.56 17.31 -
YUV 55.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 6 69 116 0.95 0.41 0 0.55 205.64 0.9 0.24
Hex 6 45 74 5F 29 0 37 CE 5A 18
Octal 6 105 164 137 51 0 67 316 132 30
Binary 110 1000101 1110100 1011111 101001 0 110111 11001110 1011010 11000

Color Harmonies of #064574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064574

Black with #064574

Text Example


Text Example

White with #064574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064574; }

 p { color: rgb(6,69,116); }

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

background-color css

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

 a { background-color: rgb(6,69,116); }

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

border-color css

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

 span { border-color: rgb(6,69,116); }

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