#01192B

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

Shades of Black Pearl #01192B

Tints of Black Pearl #01192B

Color information

#01192B (or 0x01192B) is unknown color: approx Black Pearl. HEX triplet: 01, 19 and 2B. RGB value is (1,25,43). Sum of RGB (Red+Green+Blue) = 1+25+43=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 43 (17.19% from 255 or 62.32% from 69); Max value from RGB is 43 - color contains mainly: blue. Hex color #01192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01192B is #FEE6D4. Grayscale: #131313. Windows color (decimal): -16705237 or 2824449. OLE color: 2824449.

HSL color Cylindrical-coordinate representation of color #01192B: hue angle of 205.71º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01192B is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB12543-
CMYK0.980.4200.83
HSL205.71º95.45%8.63%-
HSV(B)205.71º97.67%16.86%-
XYZ0.80.882.41-
YUV19.88141.05114.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.45%
GREEN value IS 25 (10.16% from 255) = 36.23%
BLUE value IS 43 (17.19% from 255) = 62.32%
R=1.45%
G=36.23%
B=62.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal125430.980.4200.83205.7195.458.63
Hex1192B622A053ce5f9
Octal1315314252012331613711
Binary1110011010111100010101010010100111100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,25,43); }

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

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

 a { background-color: rgb(1,25,43); }

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

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

 span { border-color: rgb(1,25,43); }

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