#062275

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

Shades of Sapphire #062275

Tints of Sapphire #062275

Color information

#062275 (or 0x062275) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 75. RGB value is (6,34,117). Sum of RGB (Red+Green+Blue) = 6+34+117=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #062275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062275 is #F9DD8A. Grayscale: #222222. Windows color (decimal): -16375179 or 7676422. OLE color: 7676422.

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

Color convert

RGB634117-
CMYK0.950.7100.54
HSL224.86º90.24%24.12%-
HSV(B)224.86º94.87%45.88%-
XYZ3.862.4717.1-
YUV35.09174.22107.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 117 (46.09% from 255) = 74.52%
R=3.82%
G=21.66%
B=74.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6341170.950.7100.54224.8690.2424.12
Hex622755F47036e15a18
Octal64216513710706634113230
Binary110100010111010110111111000111011011011100001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062275; }

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

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

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

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

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

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

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

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