#062975

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

Shades of Sapphire #062975

Tints of Sapphire #062975

Color information

#062975 (or 0x062975) is unknown color: approx Sapphire. HEX triplet: 06, 29 and 75. RGB value is (6,41,117). Sum of RGB (Red+Green+Blue) = 6+41+117=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #062975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062975 is #F9D68A. Grayscale: #262626. Windows color (decimal): -16373387 or 7678214. OLE color: 7678214.

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

Color convert

RGB641117-
CMYK0.950.6500.54
HSL221.08º90.24%24.12%-
HSV(B)221.08º94.87%45.88%-
XYZ4.082.9117.18-
YUV39.2171.9104.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.66%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 71.34%
R=3.66%
G=25%
B=71.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6411170.950.6500.54221.0890.2424.12
Hex629755F41036dd5a18
Octal65116513710106633513230
Binary110101001111010110111111000001011011011011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062975; }

 p { color: rgb(6,41,117); }

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

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

 a { background-color: rgb(6,41,117); }

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

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

 span { border-color: rgb(6,41,117); }

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