Html Css Color HEX #064786 Dark Cerulean

📋 copy color: '#064786'

red 6 ◦ green 71 ◦ blue 134

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

Shades of Dark Cerulean #064786

Tints of Dark Cerulean #064786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 63.51%

R = 2.84%
G = 33.65%
B = 63.51%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#064786 (or 0x064786) is known color: Dark Cerulean. HEX triplet: 06, 47 and 86. RGB value is (6,71,134). Sum of RGB (Red+Green+Blue) = 6+71+134=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #064786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064786 is #F9B879. Grayscale: #3A3A3A. Windows color (decimal): -16365690 or 8800006. OLE color: 8800006.

HSL color Cylindrical-coordinate representation of color #064786: hue angle of 209.53º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064786 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 71 134 -
CMYK 0.96 0.47 0 0.47
HSL 209.53º 0.91% 0.27% -
HSV(B) 209.53º 0.96% 0.53% -
XYZ 6.63 6.27 23.41 -
YUV 58.75 170.47 90.38 -
System Red Green Blue C M Y K H S L
Decimal 6 71 134 0.96 0.47 0 0.47 209.53 0.91 0.27
Hex 6 47 86 60 2F 0 2F D2 5B 1B
Octal 6 107 206 140 57 0 57 322 133 33
Binary 110 1000111 10000110 1100000 101111 0 101111 11010010 1011011 11011

Color Harmonies of #064786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064786

Black with #064786

Text Example


Text Example

White with #064786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064786; }

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

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

background-color css

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

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

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

border-color css

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

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

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