#06295B

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

Shades of Sapphire #06295B

Tints of Sapphire #06295B

Color information

#06295B (or 0x06295B) is unknown color: approx Sapphire. HEX triplet: 06, 29 and 5B. RGB value is (6,41,91). Sum of RGB (Red+Green+Blue) = 6+41+91=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #06295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06295B is #F9D6A4. Grayscale: #242424. Windows color (decimal): -16373413 or 5974278. OLE color: 5974278.

HSL color Cylindrical-coordinate representation of color #06295B: hue angle of 215.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06295B is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB64191-
CMYK0.930.5500.64
HSL215.29º87.63%19.02%-
HSV(B)215.29º93.41%35.69%-
XYZ2.762.3810.21-
YUV36.24158.9106.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 91 (35.94% from 255) = 65.94%
R=4.35%
G=29.71%
B=65.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal641910.930.5500.64215.2987.6319.02
Hex6295B5D37040d75813
Octal65113313567010032713023
Binary110101001101101110111011101110100000011010111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06295B; }

 p { color: rgb(6,41,91); }

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

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

 a { background-color: rgb(6,41,91); }

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

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

 span { border-color: rgb(6,41,91); }

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