Html Css Color HEX #064677 Dark Cerulean

📋 copy color: '#064677'

red 6 ◦ green 70 ◦ blue 119

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

Shades of Dark Cerulean #064677

Tints of Dark Cerulean #064677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 119 (46.88% from 255) = 61.03%

R = 3.08%
G = 35.9%
B = 61.03%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#064677 (or 0x064677) is known color: Dark Cerulean. HEX triplet: 06, 46 and 77. RGB value is (6,70,119). Sum of RGB (Red+Green+Blue) = 6+70+119=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #064677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064677 is #F9B988. Grayscale: #383838. Windows color (decimal): -16365961 or 7816710. OLE color: 7816710.

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

Color convert

RGB 6 70 119 -
CMYK 0.95 0.41 0 0.53
HSL 206.02º 0.9% 0.25% -
HSV(B) 206.02º 0.95% 0.47% -
XYZ 5.6 5.75 18.27 -
YUV 56.45 163.3 92.02 -
System Red Green Blue C M Y K H S L
Decimal 6 70 119 0.95 0.41 0 0.53 206.02 0.9 0.25
Hex 6 46 77 5F 29 0 35 CE 5A 19
Octal 6 106 167 137 51 0 65 316 132 31
Binary 110 1000110 1110111 1011111 101001 0 110101 11001110 1011010 11001

Color Harmonies of #064677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064677

Black with #064677

Text Example


Text Example

White with #064677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064677; }

 p { color: rgb(6,70,119); }

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

background-color css

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

 a { background-color: rgb(6,70,119); }

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

border-color css

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

 span { border-color: rgb(6,70,119); }

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