#01104B

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

Shades of Sapphire #01104B

Tints of Sapphire #01104B

Color information

#01104B (or 0x01104B) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 4B. RGB value is (1,16,75). Sum of RGB (Red+Green+Blue) = 1+16+75=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 75 (29.69% from 255 or 81.52% from 92); Max value from RGB is 75 - color contains mainly: blue. Hex color #01104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01104B is #FEEFB4. Grayscale: #111111. Windows color (decimal): -16707509 or 4919297. OLE color: 4919297.

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

Color convert

RGB11675-
CMYK0.990.7900.71
HSL227.84º97.37%14.9%-
HSV(B)227.84º98.67%29.41%-
XYZ1.470.896.75-
YUV18.24160.03115.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 75 (29.69% from 255) = 81.52%
R=1.09%
G=17.39%
B=81.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal116750.990.7900.71227.8497.3714.9
Hex1104B634F047e461f
Octal120113143117010734414117
Binary110000100101111000111001111010001111110010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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