#01144A

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

Shades of Sapphire #01144A

Tints of Sapphire #01144A

Color information

#01144A (or 0x01144A) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 4A. RGB value is (1,20,74). Sum of RGB (Red+Green+Blue) = 1+20+74=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 74 (29.30% from 255 or 77.89% from 95); Max value from RGB is 74 - color contains mainly: blue. Hex color #01144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01144A is #FEEBB5. Grayscale: #141414. Windows color (decimal): -16706486 or 4854785. OLE color: 4854785.

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

Color convert

RGB12074-
CMYK0.990.7300.71
HSL224.38º97.33%14.71%-
HSV(B)224.38º98.65%29.02%-
XYZ1.516.59-
YUV20.47158.21114.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 74 (29.30% from 255) = 77.89%
R=1.05%
G=21.05%
B=77.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal120740.990.7300.71224.3897.3314.71
Hex1144A6349047e061f
Octal124112143111010734014117
Binary110100100101011000111001001010001111110000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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