#062153

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

Shades of Sapphire #062153

Tints of Sapphire #062153

Color information

#062153 (or 0x062153) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 53. RGB value is (6,33,83). Sum of RGB (Red+Green+Blue) = 6+33+83=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #062153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062153 is #F9DEAC. Grayscale: #1E1E1E. Windows color (decimal): -16375469 or 5447942. OLE color: 5447942.

HSL color Cylindrical-coordinate representation of color #062153: hue angle of 218.96º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062153 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB63383-
CMYK0.930.6000.67
HSL218.96º86.52%17.45%-
HSV(B)218.96º92.77%32.55%-
XYZ2.181.758.41-
YUV30.63157.55110.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 83 (32.81% from 255) = 68.03%
R=4.92%
G=27.05%
B=68.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal633830.930.6000.67218.9686.5217.45
Hex621535D3C043db5711
Octal64112313574010333312721
Binary110100001101001110111011111000100001111011011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062153; }

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

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

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

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

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

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

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

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