Html Css Color HEX #064086 Dark Cerulean

📋 copy color: '#064086'

red 6 ◦ green 64 ◦ blue 134

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

Shades of Dark Cerulean #064086

Tints of Dark Cerulean #064086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.37%

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

R = 2.94%
G = 31.37%
B = 65.69%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#064086 (or 0x064086) is known color: Dark Cerulean. HEX triplet: 06, 40 and 86. RGB value is (6,64,134). Sum of RGB (Red+Green+Blue) = 6+64+134=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #064086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064086 is #F9BF79. Grayscale: #363636. Windows color (decimal): -16367482 or 8798214. OLE color: 8798214.

HSL color Cylindrical-coordinate representation of color #064086: hue angle of 212.81º 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 #064086 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 64 134 -
CMYK 0.96 0.52 0 0.47
HSL 212.81º 0.91% 0.27% -
HSV(B) 212.81º 0.96% 0.53% -
XYZ 6.21 5.43 23.27 -
YUV 54.64 172.78 93.31 -
System Red Green Blue C M Y K H S L
Decimal 6 64 134 0.96 0.52 0 0.47 212.81 0.91 0.27
Hex 6 40 86 60 34 0 2F D5 5B 1B
Octal 6 100 206 140 64 0 57 325 133 33
Binary 110 1000000 10000110 1100000 110100 0 101111 11010101 1011011 11011

Color Harmonies of #064086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064086

Black with #064086

Text Example


Text Example

White with #064086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064086; }

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

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

background-color css

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

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

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

border-color css

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

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

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