Html Css Color HEX #064C79 Dark Cerulean

📋 copy color: '#064C79'

red 6 ◦ green 76 ◦ blue 121

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

Shades of Dark Cerulean #064C79

Tints of Dark Cerulean #064C79

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.44%

 BLUE value IS 121 (47.66% from 255) = 59.61%

R = 2.96%
G = 37.44%
B = 59.61%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#064C79 (or 0x064C79) is known color: Dark Cerulean. HEX triplet: 06, 4C and 79. RGB value is (6,76,121). Sum of RGB (Red+Green+Blue) = 6+76+121=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #064C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C79 is #F9B386. Grayscale: #3B3B3B. Windows color (decimal): -16364423 or 7949318. OLE color: 7949318.

HSL color Cylindrical-coordinate representation of color #064C79: hue angle of 203.48º degrees, saturation: 0.91, 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 #064C79 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 76 121 -
CMYK 0.95 0.37 0 0.53
HSL 203.48º 0.91% 0.25% -
HSV(B) 203.48º 0.95% 0.47% -
XYZ 6.11 6.59 19.04 -
YUV 60.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 6 76 121 0.95 0.37 0 0.53 203.48 0.91 0.25
Hex 6 4C 79 5F 25 0 35 CB 5B 19
Octal 6 114 171 137 45 0 65 313 133 31
Binary 110 1001100 1111001 1011111 100101 0 110101 11001011 1011011 11001

Color Harmonies of #064C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C79

Black with #064C79

Text Example


Text Example

White with #064C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064C79; }

 p { color: rgb(6,76,121); }

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

background-color css

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

 a { background-color: rgb(6,76,121); }

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

border-color css

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

 span { border-color: rgb(6,76,121); }

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