#065883

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

Shades of Dark Cerulean #065883

Tints of Dark Cerulean #065883

Color information

#065883 (or 0x065883) is unknown color: approx Dark Cerulean. HEX triplet: 06, 58 and 83. RGB value is (6,88,131). Sum of RGB (Red+Green+Blue) = 6+88+131=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #065883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065883 is #F9A77C. Grayscale: #444444. Windows color (decimal): -16361341 or 8607750. OLE color: 8607750.

HSL color Cylindrical-coordinate representation of color #065883: hue angle of 200.64º 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 #065883 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB688131-
CMYK0.950.3300.49
HSL200.64º91.24%26.86%-
HSV(B)200.64º95.42%51.37%-
XYZ7.668.6622.74-
YUV68.38163.3383.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 131 (51.56% from 255) = 58.22%
R=2.67%
G=39.11%
B=58.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6881310.950.3300.49200.6491.2426.86
Hex658835F21031c95b1b
Octal61302031374106131113333
Binary1101011000100000111011111100001011000111001001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065883; }

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

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

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

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

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

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

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

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