Html Css Color HEX #064087 Dark Cerulean

📋 copy color: '#064087'

red 6 ◦ green 64 ◦ blue 135

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

Shades of Dark Cerulean #064087

Tints of Dark Cerulean #064087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 65.85%

R = 2.93%
G = 31.22%
B = 65.85%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#064087 (or 0x064087) is known color: Dark Cerulean. HEX triplet: 06, 40 and 87. RGB value is (6,64,135). Sum of RGB (Red+Green+Blue) = 6+64+135=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #064087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064087 is #F9BF78. Grayscale: #363636. Windows color (decimal): -16367481 or 8863750. OLE color: 8863750.

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

Color convert

RGB 6 64 135 -
CMYK 0.96 0.53 0 0.47
HSL 213.02º 0.91% 0.28% -
HSV(B) 213.02º 0.96% 0.53% -
XYZ 6.28 5.45 23.64 -
YUV 54.75 173.28 93.23 -
System Red Green Blue C M Y K H S L
Decimal 6 64 135 0.96 0.53 0 0.47 213.02 0.91 0.28
Hex 6 40 87 60 35 0 2F D5 5B 1C
Octal 6 100 207 140 65 0 57 325 133 34
Binary 110 1000000 10000111 1100000 110101 0 101111 11010101 1011011 11100

Color Harmonies of #064087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064087

Black with #064087

Text Example


Text Example

White with #064087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064087; }

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

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

background-color css

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

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

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

border-color css

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

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

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