#011E4B

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

Shades of Sapphire #011E4B

Tints of Sapphire #011E4B

Color information

#011E4B (or 0x011E4B) is unknown color: approx Sapphire. HEX triplet: 01, 1E and 4B. RGB value is (1,30,75). Sum of RGB (Red+Green+Blue) = 1+30+75=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #011E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E4B is #FEE1B4. Grayscale: #1A1A1A. Windows color (decimal): -16703925 or 4922881. OLE color: 4922881.

HSL color Cylindrical-coordinate representation of color #011E4B: hue angle of 216.49º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E4B is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB13075-
CMYK0.990.6000.71
HSL216.49º97.37%14.9%-
HSV(B)216.49º98.67%29.41%-
XYZ1.751.446.84-
YUV26.46155.39109.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 75 (29.69% from 255) = 70.75%
R=0.94%
G=28.30%
B=70.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal130750.990.6000.71216.4997.3714.9
Hex11E4B633C047d861f
Octal13611314374010733014117
Binary11111010010111100011111100010001111101100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011E4B; }

 p { color: rgb(1,30,75); }

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

<style>
 a { background-color: #011E4B; }

 a { background-color: rgb(1,30,75); }

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

<style>
 span { border-color: #011E4B; }

 span { border-color: rgb(1,30,75); }

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