#05194B

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

Shades of Sapphire #05194B

Tints of Sapphire #05194B

Color information

#05194B (or 0x05194B) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 4B. RGB value is (5,25,75). Sum of RGB (Red+Green+Blue) = 5+25+75=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 75 (29.69% from 255 or 71.43% from 105); Max value from RGB is 75 - color contains mainly: blue. Hex color #05194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05194B is #FAE6B4. Grayscale: #181818. Windows color (decimal): -16443061 or 4921605. OLE color: 4921605.

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

Color convert

RGB52575-
CMYK0.930.6700.71
HSL222.86º87.5%15.69%-
HSV(B)222.86º93.33%29.41%-
XYZ1.681.246.81-
YUV24.72156.37113.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 75 (29.69% from 255) = 71.43%
R=4.76%
G=23.81%
B=71.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal525750.930.6700.71222.8687.515.69
Hex5194B5D43047df5810
Octal531113135103010733713020
Binary101110011001011101110110000110100011111011111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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