Html Css Color HEX #065587 Dark Cerulean

📋 copy color: '#065587'

red 6 ◦ green 85 ◦ blue 135

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

Shades of Dark Cerulean #065587

Tints of Dark Cerulean #065587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.61%

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

R = 2.65%
G = 37.61%
B = 59.73%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#065587 (or 0x065587) is known color: Dark Cerulean. HEX triplet: 06, 55 and 87. RGB value is (6,85,135). Sum of RGB (Red+Green+Blue) = 6+85+135=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #065587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065587 is #F9AA78. Grayscale: #424242. Windows color (decimal): -16362105 or 8869126. OLE color: 8869126.

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

Color convert

RGB 6 85 135 -
CMYK 0.96 0.37 0 0.47
HSL 203.26º 0.91% 0.28% -
HSV(B) 203.26º 0.96% 0.53% -
XYZ 7.7 8.28 24.12 -
YUV 67.08 166.33 84.43 -
System Red Green Blue C M Y K H S L
Decimal 6 85 135 0.96 0.37 0 0.47 203.26 0.91 0.28
Hex 6 55 87 60 25 0 2F CB 5B 1C
Octal 6 125 207 140 45 0 57 313 133 34
Binary 110 1010101 10000111 1100000 100101 0 101111 11001011 1011011 11100

Color Harmonies of #065587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065587

Black with #065587

Text Example


Text Example

White with #065587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065587; }

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

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

background-color css

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

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

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

border-color css

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

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

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