#012638

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

Shades of Black Pearl #012638

Tints of Black Pearl #012638

Color information

#012638 (or 0x012638) is unknown color: approx Black Pearl. HEX triplet: 01, 26 and 38. RGB value is (1,38,56). Sum of RGB (Red+Green+Blue) = 1+38+56=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #012638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012638 is #FED9C7. Grayscale: #1C1C1C. Windows color (decimal): -16701896 or 3679745. OLE color: 3679745.

HSL color Cylindrical-coordinate representation of color #012638: hue angle of 199.64º 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 #012638 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB13856-
CMYK0.980.3200.78
HSL199.64º96.49%11.18%-
HSV(B)199.64º98.21%21.96%-
XYZ1.421.683.99-
YUV28.99143.24108.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 56 (22.27% from 255) = 58.95%
R=1.05%
G=40%
B=58.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal138560.980.3200.78199.6496.4911.18
Hex12638622004Ec860b
Octal1467014240011631014013
Binary11001101110001100010100000010011101100100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012638; }

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

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

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

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

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

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

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

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