#062B5F

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

Shades of Sapphire #062B5F

Tints of Sapphire #062B5F

Color information

#062B5F (or 0x062B5F) is unknown color: approx Sapphire. HEX triplet: 06, 2B and 5F. RGB value is (6,43,95). Sum of RGB (Red+Green+Blue) = 6+43+95=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #062B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B5F is #F9D4A0. Grayscale: #252525. Windows color (decimal): -16372897 or 6236934. OLE color: 6236934.

HSL color Cylindrical-coordinate representation of color #062B5F: hue angle of 215.06º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062B5F is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB64395-
CMYK0.940.5500.63
HSL215.06º88.12%19.8%-
HSV(B)215.06º93.68%37.25%-
XYZ32.5911.17-
YUV37.86160.24105.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 43 (17.19% from 255) = 29.86%
BLUE value IS 95 (37.5% from 255) = 65.97%
R=4.17%
G=29.86%
B=65.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal643950.940.5500.63215.0688.1219.8
Hex62B5F5E3703Fd75814
Octal6531371366707732713024
Binary11010101110111111011110110111011111111010111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,43,95); }

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

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

 a { background-color: rgb(6,43,95); }

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

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

 span { border-color: rgb(6,43,95); }

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