Html Css Color HEX #064587 Dark Cerulean

📋 copy color: '#064587'

red 6 ◦ green 69 ◦ blue 135

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

Shades of Dark Cerulean #064587

Tints of Dark Cerulean #064587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.86%

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

R = 2.86%
G = 32.86%
B = 64.29%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#064587 (or 0x064587) is known color: Dark Cerulean. HEX triplet: 06, 45 and 87. RGB value is (6,69,135). Sum of RGB (Red+Green+Blue) = 6+69+135=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #064587 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064587 is #F9BA78. Grayscale: #393939. Windows color (decimal): -16366201 or 8865030. OLE color: 8865030.

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

Color convert

RGB 6 69 135 -
CMYK 0.96 0.49 0 0.47
HSL 210.7º 0.91% 0.28% -
HSV(B) 210.7º 0.96% 0.53% -
XYZ 6.58 6.04 23.74 -
YUV 57.69 171.63 91.13 -
System Red Green Blue C M Y K H S L
Decimal 6 69 135 0.96 0.49 0 0.47 210.7 0.91 0.28
Hex 6 45 87 60 31 0 2F D3 5B 1C
Octal 6 105 207 140 61 0 57 323 133 34
Binary 110 1000101 10000111 1100000 110001 0 101111 11010011 1011011 11100

Color Harmonies of #064587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064587

Black with #064587

Text Example


Text Example

White with #064587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064587; }

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

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

background-color css

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

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

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

border-color css

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

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

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