#062263

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

Shades of Sapphire #062263

Tints of Sapphire #062263

Color information

#062263 (or 0x062263) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 63. RGB value is (6,34,99). Sum of RGB (Red+Green+Blue) = 6+34+99=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #062263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062263 is #F9DD9C. Grayscale: #202020. Windows color (decimal): -16375197 or 6496774. OLE color: 6496774.

HSL color Cylindrical-coordinate representation of color #062263: hue angle of 221.94º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062263 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB63499-
CMYK0.940.6600.61
HSL221.94º88.57%20.59%-
HSV(B)221.94º93.94%38.82%-
XYZ2.92.0812.05-
YUV33.04165.22108.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 99 (39.06% from 255) = 71.22%
R=4.32%
G=24.46%
B=71.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal634990.940.6600.61221.9488.5720.59
Hex622635E4203Dde5915
Octal64214313610207533613125
Binary110100010110001110111101000010011110111011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062263; }

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

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

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

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

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

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

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

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