#05145E

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

Shades of Sapphire #05145E

Tints of Sapphire #05145E

Color information

#05145E (or 0x05145E) is unknown color: approx Sapphire. HEX triplet: 05, 14 and 5E. RGB value is (5,20,94). Sum of RGB (Red+Green+Blue) = 5+20+94=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 94 (37.11% from 255 or 78.99% from 119); Max value from RGB is 94 - color contains mainly: blue. Hex color #05145E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05145E is #FAEBA1. Grayscale: #171717. Windows color (decimal): -16444322 or 6165509. OLE color: 6165509.

HSL color Cylindrical-coordinate representation of color #05145E: hue angle of 229.89º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05145E is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB52094-
CMYK0.950.7900.63
HSL229.89º89.9%19.41%-
HSV(B)229.89º94.68%36.86%-
XYZ2.331.3410.73-
YUV23.95167.53114.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 94 (37.11% from 255) = 78.99%
R=4.20%
G=16.81%
B=78.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal520940.950.7900.63229.8989.919.41
Hex5145E5F4F03Fe65a13
Octal52413613711707734613223
Binary10110100101111010111111001111011111111100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05145E; }

 p { color: rgb(5,20,94); }

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

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

 a { background-color: rgb(5,20,94); }

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

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

 span { border-color: rgb(5,20,94); }

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