#01144B

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

Shades of Sapphire #01144B

Tints of Sapphire #01144B

Color information

#01144B (or 0x01144B) is unknown color: approx Sapphire. HEX triplet: 01, 14 and 4B. RGB value is (1,20,75). Sum of RGB (Red+Green+Blue) = 1+20+75=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #01144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01144B is #FEEBB4. Grayscale: #141414. Windows color (decimal): -16706485 or 4920321. OLE color: 4920321.

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

Color convert

RGB12075-
CMYK0.990.7300.71
HSL224.59º97.37%14.9%-
HSV(B)224.59º98.67%29.41%-
XYZ1.531.016.77-
YUV20.59158.71114.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 75 (29.69% from 255) = 78.12%
R=1.04%
G=20.83%
B=78.12%

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
Decimal120750.990.7300.71224.5997.3714.9
Hex1144B6349047e161f
Octal124113143111010734114117
Binary110100100101111000111001001010001111110000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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