#065382

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

Shades of Dark Cerulean #065382

Tints of Dark Cerulean #065382

Color information

#065382 (or 0x065382) is unknown color: approx Dark Cerulean. HEX triplet: 06, 53 and 82. RGB value is (6,83,130). Sum of RGB (Red+Green+Blue) = 6+83+130=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #065382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065382 is #F9AC7D. Grayscale: #414141. Windows color (decimal): -16362622 or 8540934. OLE color: 8540934.

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

Color convert

RGB683130-
CMYK0.950.3600.49
HSL202.74º91.18%26.67%-
HSV(B)202.74º95.38%50.98%-
XYZ7.27.8422.25-
YUV65.33164.4985.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 130 (51.17% from 255) = 59.36%
R=2.74%
G=37.90%
B=59.36%

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
Decimal6831300.950.3600.49202.7491.1826.67
Hex653825F24031cb5b1b
Octal61232021374406131313333
Binary1101010011100000101011111100100011000111001011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065382; }

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

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

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

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

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

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

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

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