#065B84

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

Shades of Dark Cerulean #065B84

Tints of Dark Cerulean #065B84

Color information

#065B84 (or 0x065B84) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5B and 84. RGB value is (6,91,132). Sum of RGB (Red+Green+Blue) = 6+91+132=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #065B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B84 is #F9A47B. Grayscale: #464646. Windows color (decimal): -16360572 or 8674054. OLE color: 8674054.

HSL color Cylindrical-coordinate representation of color #065B84: hue angle of 199.52º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065B84 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB691132-
CMYK0.950.3100.48
HSL199.52º91.3%27.06%-
HSV(B)199.52º95.45%51.76%-
XYZ7.989.1923.18-
YUV70.26162.8482.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.62%
GREEN value IS 91 (35.94% from 255) = 39.74%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=2.62%
G=39.74%
B=57.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6911320.950.3100.48199.5291.327.06
Hex65B845F1F030c85b1b
Octal61332041373706031013333
Binary110101101110000100101111111111011000011001000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,91,132); }

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

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

 a { background-color: rgb(6,91,132); }

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

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

 span { border-color: rgb(6,91,132); }

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