#065483

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

Shades of Dark Cerulean #065483

Tints of Dark Cerulean #065483

Color information

#065483 (or 0x065483) is unknown color: approx Dark Cerulean. HEX triplet: 06, 54 and 83. RGB value is (6,84,131). Sum of RGB (Red+Green+Blue) = 6+84+131=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #065483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065483 is #F9AB7C. Grayscale: #414141. Windows color (decimal): -16362365 or 8606726. OLE color: 8606726.

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

Color convert

RGB684131-
CMYK0.950.3600.49
HSL202.56º91.24%26.86%-
HSV(B)202.56º95.42%51.37%-
XYZ7.348.0222.63-
YUV66.04164.6685.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 131 (51.56% from 255) = 59.28%
R=2.71%
G=38.01%
B=59.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6841310.950.3600.49202.5691.2426.86
Hex654835F24031cb5b1b
Octal61242031374406131313333
Binary1101010100100000111011111100100011000111001011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065483; }

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

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

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

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

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

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

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

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