Html Css Color HEX #012136 Black Pearl

📋 copy color: '#012136'

red 1 ◦ green 33 ◦ blue 54

#012136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #012136

Tints of Black Pearl #012136

RGB

 RED value IS 1 (0.78% from 255) = 1.14%

 GREEN value IS 33 (13.28% from 255) = 37.5%

 BLUE value IS 54 (21.48% from 255) = 61.36%

R = 1.14%
G = 37.5%
B = 61.36%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#012136 (or 0x012136) is known color: Black Pearl. HEX triplet: 01, 21 and 36. RGB value is (1,33,54). Sum of RGB (Red+Green+Blue) = 1+33+54=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #012136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012136 is #FEDEC9. Grayscale: #191919. Windows color (decimal): -16703178 or 3547393. OLE color: 3547393.

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

Color convert

RGB 1 33 54 -
CMYK 0.98 0.39 0 0.79
HSL 203.77º 0.96% 0.11% -
HSV(B) 203.77º 0.98% 0.21% -
XYZ 1.22 1.36 3.69 -
YUV 25.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 1 33 54 0.98 0.39 0 0.79 203.77 0.96 0.11
Hex 1 21 36 62 27 0 4F CC 60 B
Octal 1 41 66 142 47 0 117 314 140 13
Binary 1 100001 110110 1100010 100111 0 1001111 11001100 1100000 1011

Color Harmonies of #012136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012136

Black with #012136

Text Example


Text Example

White with #012136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012136; }

 p { color: rgb(1,33,54); }

 H1.HeaderClassName
 {
   color: #012136;
 }
 .AnyTagClassName
 {
   color: #012136;
 }
</style>

background-color css

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

 a { background-color: rgb(1,33,54); }

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

border-color css

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

 span { border-color: rgb(1,33,54); }

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