#011A68

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

Shades of Sapphire #011A68

Tints of Sapphire #011A68

Color information

#011A68 (or 0x011A68) is unknown color: approx Sapphire. HEX triplet: 01, 1A and 68. RGB value is (1,26,104). Sum of RGB (Red+Green+Blue) = 1+26+104=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #011A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011A68 is #FEE597. Grayscale: #1B1B1B. Windows color (decimal): -16704920 or 6822401. OLE color: 6822401.

HSL color Cylindrical-coordinate representation of color #011A68: hue angle of 225.44º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A68 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB126104-
CMYK0.990.7500.59
HSL225.44º98.1%20.59%-
HSV(B)225.44º99.04%40.78%-
XYZ2.881.7413.28-
YUV27.42171.22109.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 26 (10.55% from 255) = 19.85%
BLUE value IS 104 (41.02% from 255) = 79.39%
R=0.76%
G=19.85%
B=79.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1261040.990.7500.59225.4498.120.59
Hex11A68634B03Be16215
Octal13215014311307334114225
Binary111010110100011000111001011011101111100001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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