#062673

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

Shades of Sapphire #062673

Tints of Sapphire #062673

Color information

#062673 (or 0x062673) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 73. RGB value is (6,38,115). Sum of RGB (Red+Green+Blue) = 6+38+115=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #062673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062673 is #F9D98C. Grayscale: #242424. Windows color (decimal): -16374157 or 7546374. OLE color: 7546374.

HSL color Cylindrical-coordinate representation of color #062673: hue angle of 222.39º 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 #062673 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB638115-
CMYK0.950.6700.55
HSL222.39º90.08%23.73%-
HSV(B)222.39º94.78%45.1%-
XYZ3.862.6616.53-
YUV37.21171.9105.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 115 (45.31% from 255) = 72.33%
R=3.77%
G=23.90%
B=72.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6381150.950.6700.55222.3990.0823.73
Hex626735F43037de5a18
Octal64616313710306733613230
Binary110100110111001110111111000011011011111011110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062673; }

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

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

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

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

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

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

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

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