#065888

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

Shades of Dark Cerulean #065888

Tints of Dark Cerulean #065888

Color information

#065888 (or 0x065888) is unknown color: approx Dark Cerulean. HEX triplet: 06, 58 and 88. RGB value is (6,88,136). Sum of RGB (Red+Green+Blue) = 6+88+136=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #065888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065888 is #F9A777. Grayscale: #444444. Windows color (decimal): -16361336 or 8935430. OLE color: 8935430.

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

Color convert

RGB688136-
CMYK0.960.3500.47
HSL202.15º91.55%27.84%-
HSV(B)202.15º95.59%53.33%-
XYZ8.018.824.57-
YUV68.95165.8383.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.61%
GREEN value IS 88 (34.77% from 255) = 38.26%
BLUE value IS 136 (53.52% from 255) = 59.13%
R=2.61%
G=38.26%
B=59.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6881360.960.3500.47202.1591.5527.84
Hex65888602302Fca5c1c
Octal61302101404305731213434
Binary1101011000100010001100000100011010111111001010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065888; }

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

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

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

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

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

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

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

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