#00115E

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

Shades of Sapphire #00115E

Tints of Sapphire #00115E

Color information

#00115E (or 0x00115E) is unknown color: approx Sapphire. HEX triplet: 00, 11 and 5E. RGB value is (0,17,94). Sum of RGB (Red+Green+Blue) = 0+17+94=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #00115E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00115E is #FFEEA1. Grayscale: #141414. Windows color (decimal): -16772770 or 6164736. OLE color: 6164736.

HSL color Cylindrical-coordinate representation of color #00115E: hue angle of 229.15º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00115E is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB01794-
CMYK10.8200.63
HSL229.15º100%18.43%-
HSV(B)229.15º100%36.86%-
XYZ2.221.2110.71-
YUV20.7169.37113.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 15.32%
BLUE value IS 94 (37.11% from 255) = 84.68%
R=0%
G=15.32%
B=84.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0179410.8200.63229.1510018.43
Hex0115E645203Fe56412
Octal02113614412207734514422
Binary010001101111011001001010010011111111100101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,17,94); }

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

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

 a { background-color: rgb(0,17,94); }

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

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

 span { border-color: rgb(0,17,94); }

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