#065882

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

Shades of Dark Cerulean #065882

Tints of Dark Cerulean #065882

Color information

#065882 (or 0x065882) is unknown color: approx Dark Cerulean. HEX triplet: 06, 58 and 82. RGB value is (6,88,130). Sum of RGB (Red+Green+Blue) = 6+88+130=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #065882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065882 is #F9A77D. Grayscale: #444444. Windows color (decimal): -16361342 or 8542214. OLE color: 8542214.

HSL color Cylindrical-coordinate representation of color #065882: hue angle of 200.32º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065882 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB688130-
CMYK0.950.3200.49
HSL200.32º91.18%26.67%-
HSV(B)200.32º95.38%50.98%-
XYZ7.598.6322.38-
YUV68.27162.8383.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.68%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 130 (51.17% from 255) = 58.04%
R=2.68%
G=39.29%
B=58.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6881300.950.3200.49200.3291.1826.67
Hex658825F20031c85b1b
Octal61302021374006131013333
Binary1101011000100000101011111100000011000111001000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065882; }

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

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

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

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

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

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

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

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