#011A4E

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

Shades of Sapphire #011A4E

Tints of Sapphire #011A4E

Color information

#011A4E (or 0x011A4E) is unknown color: approx Sapphire. HEX triplet: 01, 1A and 4E. RGB value is (1,26,78). Sum of RGB (Red+Green+Blue) = 1+26+78=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #011A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A4E is #FEE5B1. Grayscale: #181818. Windows color (decimal): -16704946 or 5118465. OLE color: 5118465.

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

Color convert

RGB12678-
CMYK0.990.6700.69
HSL220.52º97.47%15.49%-
HSV(B)220.52º98.72%30.59%-
XYZ1.761.37.37-
YUV24.45158.22111.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 26 (10.55% from 255) = 24.76%
BLUE value IS 78 (30.86% from 255) = 74.29%
R=0.95%
G=24.76%
B=74.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal126780.990.6700.69220.5297.4715.49
Hex11A4E6343045dd61f
Octal132116143103010533514117
Binary111010100111011000111000011010001011101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,26,78); }

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

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

 a { background-color: rgb(1,26,78); }

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

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

 span { border-color: rgb(1,26,78); }

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