#065D86

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

Shades of Dark Cerulean #065D86

Tints of Dark Cerulean #065D86

Color information

#065D86 (or 0x065D86) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5D and 86. RGB value is (6,93,134). Sum of RGB (Red+Green+Blue) = 6+93+134=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #065D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065D86 is #F9A279. Grayscale: #474747. Windows color (decimal): -16360058 or 8805638. OLE color: 8805638.

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

Color convert

RGB693134-
CMYK0.960.3100.47
HSL199.22º91.43%27.45%-
HSV(B)199.22º95.52%52.55%-
XYZ8.299.5923.97-
YUV71.66163.1881.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 134 (52.73% from 255) = 57.51%
R=2.58%
G=39.91%
B=57.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6931340.960.3100.47199.2291.4327.45
Hex65D86601F02Fc75b1b
Octal61352061403705730713333
Binary110101110110000110110000011111010111111000111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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