Html Css Color HEX #012536 Black Pearl

📋 copy color: '#012536'

red 1 ◦ green 37 ◦ blue 54

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

Shades of Black Pearl #012536

Tints of Black Pearl #012536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 40.22%

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

R = 1.09%
G = 40.22%
B = 58.7%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#012536 (or 0x012536) is known color: Black Pearl. HEX triplet: 01, 25 and 36. RGB value is (1,37,54). Sum of RGB (Red+Green+Blue) = 1+37+54=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #012536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012536 is #FEDAC9. Grayscale: #1C1C1C. Windows color (decimal): -16702154 or 3548417. OLE color: 3548417.

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

Color convert

RGB 1 37 54 -
CMYK 0.98 0.31 0 0.79
HSL 199.25º 0.96% 0.11% -
HSV(B) 199.25º 0.98% 0.21% -
XYZ 1.34 1.6 3.73 -
YUV 28.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 1 37 54 0.98 0.31 0 0.79 199.25 0.96 0.11
Hex 1 25 36 62 1F 0 4F C7 60 B
Octal 1 45 66 142 37 0 117 307 140 13
Binary 1 100101 110110 1100010 11111 0 1001111 11000111 1100000 1011

Color Harmonies of #012536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012536

Black with #012536

Text Example


Text Example

White with #012536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012536; }

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

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

background-color css

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

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

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

border-color css

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

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

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