#062756

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

Shades of Sapphire #062756

Tints of Sapphire #062756

Color information

#062756 (or 0x062756) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 56. RGB value is (6,39,86). Sum of RGB (Red+Green+Blue) = 6+39+86=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 86 (33.98% from 255 or 65.65% from 131); Max value from RGB is 86 - color contains mainly: blue. Hex color #062756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062756 is #F9D8A9. Grayscale: #222222. Windows color (decimal): -16373930 or 5646086. OLE color: 5646086.

HSL color Cylindrical-coordinate representation of color #062756: hue angle of 215.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062756 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB63986-
CMYK0.930.5500.66
HSL215.25º86.96%18.04%-
HSV(B)215.25º93.02%33.73%-
XYZ2.482.169.09-
YUV34.49157.07107.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 86 (33.98% from 255) = 65.65%
R=4.58%
G=29.77%
B=65.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal639860.930.5500.66215.2586.9618.04
Hex627565D37042d75712
Octal64712613567010232712722
Binary110100111101011010111011101110100001011010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062756; }

 p { color: rgb(6,39,86); }

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

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

 a { background-color: rgb(6,39,86); }

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

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

 span { border-color: rgb(6,39,86); }

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