#062473

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

Shades of Sapphire #062473

Tints of Sapphire #062473

Color information

#062473 (or 0x062473) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 73. RGB value is (6,36,115). Sum of RGB (Red+Green+Blue) = 6+36+115=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #062473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062473 is #F9DB8C. Grayscale: #232323. Windows color (decimal): -16374669 or 7545862. OLE color: 7545862.

HSL color Cylindrical-coordinate representation of color #062473: hue angle of 223.49º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062473 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB636115-
CMYK0.950.6900.55
HSL223.49º90.08%23.73%-
HSV(B)223.49º94.78%45.1%-
XYZ3.82.5416.51-
YUV36.04172.56106.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 115 (45.31% from 255) = 73.25%
R=3.82%
G=22.93%
B=73.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6361150.950.6900.55223.4990.0823.73
Hex624735F45037df5a18
Octal64416313710506733713230
Binary110100100111001110111111000101011011111011111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062473; }

 p { color: rgb(6,36,115); }

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

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

 a { background-color: rgb(6,36,115); }

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

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

 span { border-color: rgb(6,36,115); }

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