#05184B

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

Shades of Sapphire #05184B

Tints of Sapphire #05184B

Color information

#05184B (or 0x05184B) is unknown color: approx Sapphire. HEX triplet: 05, 18 and 4B. RGB value is (5,24,75). Sum of RGB (Red+Green+Blue) = 5+24+75=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #05184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05184B is #FAE7B4. Grayscale: #171717. Windows color (decimal): -16443317 or 4921349. OLE color: 4921349.

HSL color Cylindrical-coordinate representation of color #05184B: hue angle of 223.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05184B is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB52475-
CMYK0.930.6800.71
HSL223.71º87.5%15.69%-
HSV(B)223.71º93.33%29.41%-
XYZ1.661.196.8-
YUV24.13156.71114.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 75 (29.69% from 255) = 72.12%
R=4.81%
G=23.08%
B=72.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal524750.930.6800.71223.7187.515.69
Hex5184B5D44047e05810
Octal530113135104010734013020
Binary101110001001011101110110001000100011111100000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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