#065683

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

Shades of Dark Cerulean #065683

Tints of Dark Cerulean #065683

Color information

#065683 (or 0x065683) is unknown color: approx Dark Cerulean. HEX triplet: 06, 56 and 83. RGB value is (6,86,131). Sum of RGB (Red+Green+Blue) = 6+86+131=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #065683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065683 is #F9A97C. Grayscale: #424242. Windows color (decimal): -16361853 or 8607238. OLE color: 8607238.

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

Color convert

RGB686131-
CMYK0.950.3400.49
HSL201.6º91.24%26.86%-
HSV(B)201.6º95.42%51.37%-
XYZ7.58.3322.69-
YUV67.2116484.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 131 (51.56% from 255) = 58.74%
R=2.69%
G=38.57%
B=58.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6861310.950.3400.49201.691.2426.86
Hex656835F22031ca5b1b
Octal61262031374206131213333
Binary1101010110100000111011111100010011000111001010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065683; }

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

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

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

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

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

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

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

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