#06195B

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

Shades of Sapphire #06195B

Tints of Sapphire #06195B

Color information

#06195B (or 0x06195B) is unknown color: approx Sapphire. HEX triplet: 06, 19 and 5B. RGB value is (6,25,91). Sum of RGB (Red+Green+Blue) = 6+25+91=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 91 (35.94% from 255 or 74.59% from 122); Max value from RGB is 91 - color contains mainly: blue. Hex color #06195B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06195B is #F9E6A4. Grayscale: #1A1A1A. Windows color (decimal): -16377509 or 5970182. OLE color: 5970182.

HSL color Cylindrical-coordinate representation of color #06195B: hue angle of 226.59º 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 #06195B is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB62591-
CMYK0.930.7300.64
HSL226.59º87.63%19.02%-
HSV(B)226.59º93.41%35.69%-
XYZ2.311.4910.06-
YUV26.84164.21113.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 91 (35.94% from 255) = 74.59%
R=4.92%
G=20.49%
B=74.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal625910.930.7300.64226.5987.6319.02
Hex6195B5D49040e35813
Octal631133135111010034313023
Binary110110011011011101110110010010100000011100011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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