#05174B

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

Shades of Sapphire #05174B

Tints of Sapphire #05174B

Color information

#05174B (or 0x05174B) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 4B. RGB value is (5,23,75). Sum of RGB (Red+Green+Blue) = 5+23+75=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 75 (29.69% from 255 or 72.82% from 103); Max value from RGB is 75 - color contains mainly: blue. Hex color #05174B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05174B is #FAE8B4. Grayscale: #171717. Windows color (decimal): -16443573 or 4921093. OLE color: 4921093.

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

Color convert

RGB52375-
CMYK0.930.6900.71
HSL224.57º87.5%15.69%-
HSV(B)224.57º93.33%29.41%-
XYZ1.641.156.79-
YUV23.55157.04114.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 23 (9.38% from 255) = 22.33%
BLUE value IS 75 (29.69% from 255) = 72.82%
R=4.85%
G=22.33%
B=72.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal523750.930.6900.71224.5787.515.69
Hex5174B5D45047e15810
Octal527113135105010734113020
Binary101101111001011101110110001010100011111100001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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