#051A36

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

Shades of Black Pearl #051A36

Tints of Black Pearl #051A36

Color information

#051A36 (or 0x051A36) is unknown color: approx Black Pearl. HEX triplet: 05, 1A and 36. RGB value is (5,26,54). Sum of RGB (Red+Green+Blue) = 5+26+54=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 54 (21.48% from 255 or 63.53% from 85); Max value from RGB is 54 - color contains mainly: blue. Hex color #051A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A36 is #FAE5C9. Grayscale: #161616. Windows color (decimal): -16442826 or 3545605. OLE color: 3545605.

HSL color Cylindrical-coordinate representation of color #051A36: hue angle of 214.29º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051A36 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB52654-
CMYK0.910.5200.79
HSL214.29º83.05%11.57%-
HSV(B)214.29º90.74%21.18%-
XYZ1.11.043.63-
YUV22.91145.54115.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 26 (10.55% from 255) = 30.59%
BLUE value IS 54 (21.48% from 255) = 63.53%
R=5.88%
G=30.59%
B=63.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal526540.910.5200.79214.2983.0511.57
Hex51A365B3404Fd653c
Octal5326613364011732612314
Binary101110101101101011011110100010011111101011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051A36; }

 p { color: rgb(5,26,54); }

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

<style>
 a { background-color: #051A36; }

 a { background-color: rgb(5,26,54); }

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

<style>
 span { border-color: #051A36; }

 span { border-color: rgb(5,26,54); }

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