Html Css Color HEX #064769 Dark Cerulean

📋 copy color: '#064769'

red 6 ◦ green 71 ◦ blue 105

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

Shades of Dark Cerulean #064769

Tints of Dark Cerulean #064769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.01%

 BLUE value IS 105 (41.41% from 255) = 57.69%

R = 3.3%
G = 39.01%
B = 57.69%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#064769 (or 0x064769) is known color: Dark Cerulean. HEX triplet: 06, 47 and 69. RGB value is (6,71,105). Sum of RGB (Red+Green+Blue) = 6+71+105=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #064769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064769 is #F9B896. Grayscale: #373737. Windows color (decimal): -16365719 or 6899462. OLE color: 6899462.

HSL color Cylindrical-coordinate representation of color #064769: hue angle of 200.61º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064769 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 71 105 -
CMYK 0.94 0.32 0 0.59
HSL 200.61º 0.89% 0.22% -
HSV(B) 200.61º 0.94% 0.41% -
XYZ 4.88 5.57 14.18 -
YUV 55.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 6 71 105 0.94 0.32 0 0.59 200.61 0.89 0.22
Hex 6 47 69 5E 20 0 3B C9 59 16
Octal 6 107 151 136 40 0 73 311 131 26
Binary 110 1000111 1101001 1011110 100000 0 111011 11001001 1011001 10110

Color Harmonies of #064769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064769

Black with #064769

Text Example


Text Example

White with #064769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064769; }

 p { color: rgb(6,71,105); }

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

background-color css

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

 a { background-color: rgb(6,71,105); }

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

border-color css

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

 span { border-color: rgb(6,71,105); }

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