#012637

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

Shades of Black Pearl #012637

Tints of Black Pearl #012637

Color information

#012637 (or 0x012637) is unknown color: approx Black Pearl. HEX triplet: 01, 26 and 37. RGB value is (1,38,55). Sum of RGB (Red+Green+Blue) = 1+38+55=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #012637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012637 is #FED9C8. Grayscale: #1C1C1C. Windows color (decimal): -16701897 or 3614209. OLE color: 3614209.

HSL color Cylindrical-coordinate representation of color #012637: hue angle of 198.89º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012637 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB13855-
CMYK0.980.3100.78
HSL198.89º96.43%10.98%-
HSV(B)198.89º98.18%21.57%-
XYZ1.41.673.86-
YUV28.87142.74108.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 55 (21.88% from 255) = 58.51%
R=1.06%
G=40.43%
B=58.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal138550.980.3100.78198.8996.4310.98
Hex12637621F04Ec760b
Octal1466714237011630714013
Binary1100110110111110001011111010011101100011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012637; }

 p { color: rgb(1,38,55); }

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

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

 a { background-color: rgb(1,38,55); }

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

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

 span { border-color: rgb(1,38,55); }

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