#011A35

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

Shades of Black Pearl #011A35

Tints of Black Pearl #011A35

Color information

#011A35 (or 0x011A35) is unknown color: approx Black Pearl. HEX triplet: 01, 1A and 35. RGB value is (1,26,53). Sum of RGB (Red+Green+Blue) = 1+26+53=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #011A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A35 is #FEE5CA. Grayscale: #151515. Windows color (decimal): -16704971 or 3480065. OLE color: 3480065.

HSL color Cylindrical-coordinate representation of color #011A35: hue angle of 211.15º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011A35 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB12653-
CMYK0.980.5100.79
HSL211.15º96.3%10.59%-
HSV(B)211.15º98.11%20.78%-
XYZ1.0213.51-
YUV21.6145.72113.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 26 (10.55% from 255) = 32.5%
BLUE value IS 53 (21.09% from 255) = 66.25%
R=1.25%
G=32.5%
B=66.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal126530.980.5100.79211.1596.310.59
Hex11A35623304Fd360b
Octal1326514263011732314013
Binary1110101101011100010110011010011111101001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011A35; }

 p { color: rgb(1,26,53); }

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

<style>
 a { background-color: #011A35; }

 a { background-color: rgb(1,26,53); }

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

<style>
 span { border-color: #011A35; }

 span { border-color: rgb(1,26,53); }

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