#062084

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

Shades of Sapphire #062084

Tints of Sapphire #062084

Color information

#062084 (or 0x062084) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 84. RGB value is (6,32,132). Sum of RGB (Red+Green+Blue) = 6+32+132=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 132 (51.95% from 255 or 77.65% from 170); Max value from RGB is 132 - color contains mainly: blue. Hex color #062084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062084 is #F9DF7B. Grayscale: #232323. Windows color (decimal): -16375676 or 8658950. OLE color: 8658950.

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

Color convert

RGB632132-
CMYK0.950.7600.48
HSL227.62º91.3%27.06%-
HSV(B)227.62º95.45%51.76%-
XYZ4.762.7422.11-
YUV35.63182.39106.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 132 (51.95% from 255) = 77.65%
R=3.53%
G=18.82%
B=77.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6321320.950.7600.48227.6291.327.06
Hex620845F4C030e45b1b
Octal64020413711406034413333
Binary1101000001000010010111111001100011000011100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062084; }

 p { color: rgb(6,32,132); }

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

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

 a { background-color: rgb(6,32,132); }

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

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

 span { border-color: rgb(6,32,132); }

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