Html Css Color HEX #064E79 Dark Cerulean

📋 copy color: '#064E79'

red 6 ◦ green 78 ◦ blue 121

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

Shades of Dark Cerulean #064E79

Tints of Dark Cerulean #064E79

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.05%

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

R = 2.93%
G = 38.05%
B = 59.02%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#064E79 (or 0x064E79) is known color: Dark Cerulean. HEX triplet: 06, 4E and 79. RGB value is (6,78,121). Sum of RGB (Red+Green+Blue) = 6+78+121=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #064E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E79 is #F9B186. Grayscale: #3D3D3D. Windows color (decimal): -16363911 or 7949830. OLE color: 7949830.

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

Color convert

RGB 6 78 121 -
CMYK 0.95 0.36 0 0.53
HSL 202.43º 0.91% 0.25% -
HSV(B) 202.43º 0.95% 0.47% -
XYZ 6.25 6.87 19.09 -
YUV 61.37 161.65 88.5 -
System Red Green Blue C M Y K H S L
Decimal 6 78 121 0.95 0.36 0 0.53 202.43 0.91 0.25
Hex 6 4E 79 5F 24 0 35 CA 5B 19
Octal 6 116 171 137 44 0 65 312 133 31
Binary 110 1001110 1111001 1011111 100100 0 110101 11001010 1011011 11001

Color Harmonies of #064E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E79

Black with #064E79

Text Example


Text Example

White with #064E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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