#01184E

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

Shades of Sapphire #01184E

Tints of Sapphire #01184E

Color information

#01184E (or 0x01184E) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 4E. RGB value is (1,24,78). Sum of RGB (Red+Green+Blue) = 1+24+78=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #01184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01184E is #FEE7B1. Grayscale: #171717. Windows color (decimal): -16705458 or 5117953. OLE color: 5117953.

HSL color Cylindrical-coordinate representation of color #01184E: hue angle of 222.08º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01184E is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB12478-
CMYK0.990.6900.69
HSL222.08º97.47%15.49%-
HSV(B)222.08º98.72%30.59%-
XYZ1.711.217.35-
YUV23.28158.88112.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 78 (30.86% from 255) = 75.73%
R=0.97%
G=23.30%
B=75.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal124780.990.6900.69222.0897.4715.49
Hex1184E6345045de61f
Octal130116143105010533614117
Binary111000100111011000111000101010001011101111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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