#062250

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

Shades of Sapphire #062250

Tints of Sapphire #062250

Color information

#062250 (or 0x062250) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 50. RGB value is (6,34,80). Sum of RGB (Red+Green+Blue) = 6+34+80=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #062250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062250 is #F9DDAF. Grayscale: #1E1E1E. Windows color (decimal): -16375216 or 5251590. OLE color: 5251590.

HSL color Cylindrical-coordinate representation of color #062250: hue angle of 217.3º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062250 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB63480-
CMYK0.920.5800.69
HSL217.3º86.05%16.86%-
HSV(B)217.3º92.5%31.37%-
XYZ2.11.767.82-
YUV30.87155.72110.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 80 (31.64% from 255) = 66.67%
R=5%
G=28.33%
B=66.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal634800.920.5800.69217.386.0516.86
Hex622505C3A045d95611
Octal64212013472010533112621
Binary110100010101000010111001110100100010111011001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062250; }

 p { color: rgb(6,34,80); }

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

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

 a { background-color: rgb(6,34,80); }

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

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

 span { border-color: rgb(6,34,80); }

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