#05134B

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

Shades of Sapphire #05134B

Tints of Sapphire #05134B

Color information

#05134B (or 0x05134B) is unknown color: approx Sapphire. HEX triplet: 05, 13 and 4B. RGB value is (5,19,75). Sum of RGB (Red+Green+Blue) = 5+19+75=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 75 (29.69% from 255 or 75.76% from 99); Max value from RGB is 75 - color contains mainly: blue. Hex color #05134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05134B is #FAECB4. Grayscale: #141414. Windows color (decimal): -16444597 or 4920069. OLE color: 4920069.

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

Color convert

RGB51975-
CMYK0.930.7500.71
HSL228º87.5%15.69%-
HSV(B)228º93.33%29.41%-
XYZ1.571.016.77-
YUV21.2158.36116.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 75 (29.69% from 255) = 75.76%
R=5.05%
G=19.19%
B=75.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal519750.930.7500.7122887.515.69
Hex5134B5D4B047e45810
Octal523113135113010734413020
Binary101100111001011101110110010110100011111100100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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