#062256

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

Shades of Sapphire #062256

Tints of Sapphire #062256

Color information

#062256 (or 0x062256) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 56. RGB value is (6,34,86). Sum of RGB (Red+Green+Blue) = 6+34+86=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #062256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062256 is #F9DDA9. Grayscale: #1F1F1F. Windows color (decimal): -16375210 or 5644806. OLE color: 5644806.

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

Color convert

RGB63486-
CMYK0.930.6000.66
HSL219º86.96%18.04%-
HSV(B)219º93.02%33.73%-
XYZ2.331.859.04-
YUV31.56158.72109.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 86 (33.98% from 255) = 68.25%
R=4.76%
G=26.98%
B=68.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal634860.930.6000.6621986.9618.04
Hex622565D3C042db5712
Octal64212613574010233312722
Binary110100010101011010111011111000100001011011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062256; }

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

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

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

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

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

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

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

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