Html Css Color HEX #064A79 Dark Cerulean

📋 copy color: '#064A79'

red 6 ◦ green 74 ◦ blue 121

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

Shades of Dark Cerulean #064A79

Tints of Dark Cerulean #064A79

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.82%

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

R = 2.99%
G = 36.82%
B = 60.2%

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

#064A79 (or 0x064A79) is known color: Dark Cerulean. HEX triplet: 06, 4A and 79. RGB value is (6,74,121). Sum of RGB (Red+Green+Blue) = 6+74+121=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #064A79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A79 is #F9B586. Grayscale: #3A3A3A. Windows color (decimal): -16364935 or 7948806. OLE color: 7948806.

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

Color convert

RGB 6 74 121 -
CMYK 0.95 0.39 0 0.53
HSL 204.52º 0.91% 0.25% -
HSV(B) 204.52º 0.95% 0.47% -
XYZ 5.98 6.32 18.99 -
YUV 59.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 6 74 121 0.95 0.39 0 0.53 204.52 0.91 0.25
Hex 6 4A 79 5F 27 0 35 CD 5B 19
Octal 6 112 171 137 47 0 65 315 133 31
Binary 110 1001010 1111001 1011111 100111 0 110101 11001101 1011011 11001

Color Harmonies of #064A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A79

Black with #064A79

Text Example


Text Example

White with #064A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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