#011B4D

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

Shades of Sapphire #011B4D

Tints of Sapphire #011B4D

Color information

#011B4D (or 0x011B4D) is unknown color: approx Sapphire. HEX triplet: 01, 1B and 4D. RGB value is (1,27,77). Sum of RGB (Red+Green+Blue) = 1+27+77=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #011B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B4D is #FEE4B2. Grayscale: #181818. Windows color (decimal): -16704691 or 5053185. OLE color: 5053185.

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

Color convert

RGB12777-
CMYK0.990.6500.70
HSL219.47º97.44%15.29%-
HSV(B)219.47º98.7%30.2%-
XYZ1.741.337.19-
YUV24.93157.39110.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 77 (30.47% from 255) = 73.33%
R=0.95%
G=25.71%
B=73.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal127770.990.6500.70219.4797.4415.29
Hex11B4D6341046db61f
Octal133115143101010633314117
Binary111011100110111000111000001010001101101101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,27,77); }

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

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

 a { background-color: rgb(1,27,77); }

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

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

 span { border-color: rgb(1,27,77); }

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