Html Css Color HEX #064186 Dark Cerulean

📋 copy color: '#064186'

red 6 ◦ green 65 ◦ blue 134

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

Shades of Dark Cerulean #064186

Tints of Dark Cerulean #064186

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

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

R = 2.93%
G = 31.71%
B = 65.37%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#064186 (or 0x064186) is known color: Dark Cerulean. HEX triplet: 06, 41 and 86. RGB value is (6,65,134). Sum of RGB (Red+Green+Blue) = 6+65+134=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #064186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064186 is #F9BE79. Grayscale: #363636. Windows color (decimal): -16367226 or 8798470. OLE color: 8798470.

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

Color convert

RGB 6 65 134 -
CMYK 0.96 0.51 0 0.47
HSL 212.34º 0.91% 0.27% -
HSV(B) 212.34º 0.96% 0.53% -
XYZ 6.27 5.54 23.29 -
YUV 55.23 172.45 92.89 -
System Red Green Blue C M Y K H S L
Decimal 6 65 134 0.96 0.51 0 0.47 212.34 0.91 0.27
Hex 6 41 86 60 33 0 2F D4 5B 1B
Octal 6 101 206 140 63 0 57 324 133 33
Binary 110 1000001 10000110 1100000 110011 0 101111 11010100 1011011 11011

Color Harmonies of #064186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064186

Black with #064186

Text Example


Text Example

White with #064186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064186; }

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

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

background-color css

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

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

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

border-color css

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

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

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