#065A87

Color #065A87 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #065A87

Tints of Dark Cerulean #065A87

Color information

#065A87 (or 0x065A87) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5A and 87. RGB value is (6,90,135). Sum of RGB (Red+Green+Blue) = 6+90+135=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #065A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A87 is #F9A578. Grayscale: #454545. Windows color (decimal): -16360825 or 8870406. OLE color: 8870406.

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

Color convert

RGB690135-
CMYK0.960.3300.47
HSL200.93º91.49%27.65%-
HSV(B)200.93º95.56%52.94%-
XYZ8.19.124.25-
YUV70.01164.6782.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 135 (53.12% from 255) = 58.44%
R=2.60%
G=38.96%
B=58.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6901350.960.3300.47200.9391.4927.65
Hex65A87602102Fc95b1c
Octal61322071404105731113334
Binary1101011010100001111100000100001010111111001001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065A87; }

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

 H1.HeaderClassName
 {
   color: #065A87;
 }
 .AnyTagClassName
 {
   color: #065A87;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #065A87;
 }
 .BgClassName
 {
   background-color: #065A87;
 }
</style>
border-color css

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

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

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