#065588

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

Shades of Dark Cerulean #065588

Tints of Dark Cerulean #065588

Color information

#065588 (or 0x065588) is unknown color: approx Dark Cerulean. HEX triplet: 06, 55 and 88. RGB value is (6,85,136). Sum of RGB (Red+Green+Blue) = 6+85+136=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #065588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065588 is #F9AA77. Grayscale: #424242. Windows color (decimal): -16362104 or 8934662. OLE color: 8934662.

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

Color convert

RGB685136-
CMYK0.960.3800.47
HSL203.54º91.55%27.84%-
HSV(B)203.54º95.59%53.33%-
XYZ7.778.3124.49-
YUV67.19166.8384.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 136 (53.52% from 255) = 59.91%
R=2.64%
G=37.44%
B=59.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6851360.960.3800.47203.5491.5527.84
Hex65588602602Fcc5c1c
Octal61252101404605731413434
Binary1101010101100010001100000100110010111111001100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065588; }

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

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

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

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

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

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

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

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