#01184B

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

Shades of Sapphire #01184B

Tints of Sapphire #01184B

Color information

#01184B (or 0x01184B) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 4B. RGB value is (1,24,75). Sum of RGB (Red+Green+Blue) = 1+24+75=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #01184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01184B is #FEE7B4. Grayscale: #161616. Windows color (decimal): -16705461 or 4921345. OLE color: 4921345.

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

Color convert

RGB12475-
CMYK0.990.6800.71
HSL221.35º97.37%14.9%-
HSV(B)221.35º98.67%29.41%-
XYZ1.611.176.8-
YUV22.94157.38112.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 24 (9.77% from 255) = 24%
BLUE value IS 75 (29.69% from 255) = 75%
R=1%
G=24%
B=75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal124750.990.6800.71221.3597.3714.9
Hex1184B6344047dd61f
Octal130113143104010733514117
Binary111000100101111000111000100010001111101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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