Html Css Color HEX #064A66 Dark Cerulean

📋 copy color: '#064A66'

red 6 ◦ green 74 ◦ blue 102

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

Shades of Dark Cerulean #064A66

Tints of Dark Cerulean #064A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 56.04%

R = 3.3%
G = 40.66%
B = 56.04%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#064A66 (or 0x064A66) is known color: Dark Cerulean. HEX triplet: 06, 4A and 66. RGB value is (6,74,102). Sum of RGB (Red+Green+Blue) = 6+74+102=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #064A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A66 is #F9B599. Grayscale: #383838. Windows color (decimal): -16364954 or 6703622. OLE color: 6703622.

HSL color Cylindrical-coordinate representation of color #064A66: hue angle of 197.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064A66 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 74 102 -
CMYK 0.94 0.27 0 0.6
HSL 197.5º 0.89% 0.21% -
HSV(B) 197.5º 0.94% 0.4% -
XYZ 4.92 5.9 13.45 -
YUV 56.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 6 74 102 0.94 0.27 0 0.6 197.5 0.89 0.21
Hex 6 4A 66 5E 1B 0 3C C6 59 15
Octal 6 112 146 136 33 0 74 306 131 25
Binary 110 1001010 1100110 1011110 11011 0 111100 11000110 1011001 10101

Color Harmonies of #064A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A66

Black with #064A66

Text Example


Text Example

White with #064A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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