#01144D

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

Shades of Sapphire #01144D

Tints of Sapphire #01144D

Color information

#01144D (or 0x01144D) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 4D. RGB value is (1,20,77). Sum of RGB (Red+Green+Blue) = 1+20+77=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #01144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01144D is #FEEBB2. Grayscale: #141414. Windows color (decimal): -16706483 or 5051393. OLE color: 5051393.

HSL color Cylindrical-coordinate representation of color #01144D: hue angle of 225º 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 #01144D is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB12077-
CMYK0.990.7400.70
HSL225º97.44%15.29%-
HSV(B)225º98.7%30.2%-
XYZ1.61.047.14-
YUV20.82159.71113.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 77 (30.47% from 255) = 78.57%
R=1.02%
G=20.41%
B=78.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal120770.990.7400.7022597.4415.29
Hex1144D634A046e161f
Octal124115143112010634114117
Binary110100100110111000111001010010001101110000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01144D; }

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

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

<style>
 a { background-color: #01144D; }

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

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

<style>
 span { border-color: #01144D; }

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

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