Html Css Color HEX #012636 Black Pearl

📋 copy color: '#012636'

red 1 ◦ green 38 ◦ blue 54

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

Shades of Black Pearl #012636

Tints of Black Pearl #012636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40.86%

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

R = 1.08%
G = 40.86%
B = 58.06%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#012636 (or 0x012636) is known color: Black Pearl. HEX triplet: 01, 26 and 36. RGB value is (1,38,54). Sum of RGB (Red+Green+Blue) = 1+38+54=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #012636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012636 is #FED9C9. Grayscale: #1C1C1C. Windows color (decimal): -16701898 or 3548673. OLE color: 3548673.

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

Color convert

RGB 1 38 54 -
CMYK 0.98 0.30 0 0.79
HSL 198.11º 0.96% 0.11% -
HSV(B) 198.11º 0.98% 0.21% -
XYZ 1.37 1.66 3.74 -
YUV 28.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 1 38 54 0.98 0.30 0 0.79 198.11 0.96 0.11
Hex 1 26 36 62 1E 0 4F C6 60 B
Octal 1 46 66 142 36 0 117 306 140 13
Binary 1 100110 110110 1100010 11110 0 1001111 11000110 1100000 1011

Color Harmonies of #012636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012636

Black with #012636

Text Example


Text Example

White with #012636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012636; }

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

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

background-color css

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

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

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

border-color css

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

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

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