#062F75

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

Shades of Sapphire #062F75

Tints of Sapphire #062F75

Color information

#062F75 (or 0x062F75) is unknown color: approx Sapphire. HEX triplet: 06, 2F and 75. RGB value is (6,47,117). Sum of RGB (Red+Green+Blue) = 6+47+117=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #062F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F75 is #F9D08A. Grayscale: #2A2A2A. Windows color (decimal): -16371851 or 7679750. OLE color: 7679750.

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

Color convert

RGB647117-
CMYK0.950.6000.54
HSL217.84º90.24%24.12%-
HSV(B)217.84º94.87%45.88%-
XYZ4.33.3617.25-
YUV42.72169.92101.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 117 (46.09% from 255) = 68.82%
R=3.53%
G=27.65%
B=68.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6471170.950.6000.54217.8490.2424.12
Hex62F755F3C036da5a18
Octal6571651377406633213230
Binary11010111111101011011111111100011011011011010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062F75; }

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

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

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

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

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

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

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

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