#01184D

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

Shades of Sapphire #01184D

Tints of Sapphire #01184D

Color information

#01184D (or 0x01184D) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 4D. RGB value is (1,24,77). Sum of RGB (Red+Green+Blue) = 1+24+77=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #01184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01184D is #FEE7B2. Grayscale: #161616. Windows color (decimal): -16705459 or 5052417. OLE color: 5052417.

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

Color convert

RGB12477-
CMYK0.990.6900.70
HSL221.84º97.44%15.29%-
HSV(B)221.84º98.7%30.2%-
XYZ1.681.27.16-
YUV23.16158.38112.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 77 (30.47% from 255) = 75.49%
R=0.98%
G=23.53%
B=75.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal124770.990.6900.70221.8497.4415.29
Hex1184D6345046de61f
Octal130115143105010633614117
Binary111000100110111000111000101010001101101111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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