#05192E

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

Shades of Black Pearl #05192E

Tints of Black Pearl #05192E

Color information

#05192E (or 0x05192E) is unknown color: approx Black Pearl. HEX triplet: 05, 19 and 2E. RGB value is (5,25,46). Sum of RGB (Red+Green+Blue) = 5+25+46=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #05192E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05192E is #FAE6D1. Grayscale: #151515. Windows color (decimal): -16443090 or 3021061. OLE color: 3021061.

HSL color Cylindrical-coordinate representation of color #05192E: hue angle of 210.73º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05192E is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB52546-
CMYK0.890.4600.82
HSL210.73º80.39%10%-
HSV(B)210.73º89.13%18.04%-
XYZ0.90.922.72-
YUV21.41141.87116.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 46 (18.36% from 255) = 60.53%
R=6.58%
G=32.89%
B=60.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal525460.890.4600.82210.7380.3910
Hex5192E592E052d350a
Octal5315613156012232312012
Binary101110011011101011001101110010100101101001110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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