#06145B

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

Shades of Sapphire #06145B

Tints of Sapphire #06145B

Color information

#06145B (or 0x06145B) is unknown color: approx Sapphire. HEX triplet: 06, 14 and 5B. RGB value is (6,20,91). Sum of RGB (Red+Green+Blue) = 6+20+91=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 91 (35.94% from 255 or 77.78% from 117); Max value from RGB is 91 - color contains mainly: blue. Hex color #06145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06145B is #F9EBA4. Grayscale: #171717. Windows color (decimal): -16378789 or 5968902. OLE color: 5968902.

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

Color convert

RGB62091-
CMYK0.930.7800.64
HSL230.12º87.63%19.02%-
HSV(B)230.12º93.41%35.69%-
XYZ2.211.2910.03-
YUV23.91165.86115.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 91 (35.94% from 255) = 77.78%
R=5.13%
G=17.09%
B=77.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal620910.930.7800.64230.1287.6319.02
Hex6145B5D4E040e65813
Octal624133135116010034613023
Binary110101001011011101110110011100100000011100110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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