#062F73

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

Shades of Sapphire #062F73

Tints of Sapphire #062F73

Color information

#062F73 (or 0x062F73) is unknown color: approx Sapphire. HEX triplet: 06, 2F and 73. RGB value is (6,47,115). Sum of RGB (Red+Green+Blue) = 6+47+115=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #062F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F73 is #F9D08C. Grayscale: #2A2A2A. Windows color (decimal): -16371853 or 7548678. OLE color: 7548678.

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

Color convert

RGB647115-
CMYK0.950.5900.55
HSL217.43º90.08%23.73%-
HSV(B)217.43º94.78%45.1%-
XYZ4.193.3116.64-
YUV42.49168.92101.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.57%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 115 (45.31% from 255) = 68.45%
R=3.57%
G=27.98%
B=68.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6471150.950.5900.55217.4390.0823.73
Hex62F735F3B037d95a18
Octal6571631377306733113230
Binary11010111111100111011111111011011011111011001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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