Html Css Color HEX #01132A Black Pearl

📋 copy color: '#01132A'

red 1 ◦ green 19 ◦ blue 42

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

Shades of Black Pearl #01132A

Tints of Black Pearl #01132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.65%

 BLUE value IS 42 (16.8% from 255) = 67.74%

R = 1.61%
G = 30.65%
B = 67.74%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#01132A (or 0x01132A) is known color: Black Pearl. HEX triplet: 01, 13 and 2A. RGB value is (1,19,42). Sum of RGB (Red+Green+Blue) = 1+19+42=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 42 (16.80% from 255 or 67.74% from 62); Max value from RGB is 42 - color contains mainly: blue. Hex color #01132A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01132A is #FEECD5. Grayscale: #101010. Windows color (decimal): -16706774 or 2757377. OLE color: 2757377.

HSL color Cylindrical-coordinate representation of color #01132A: hue angle of 213.66º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01132A is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 19 42 -
CMYK 0.98 0.55 0 0.84
HSL 213.66º 0.95% 0.08% -
HSV(B) 213.66º 0.98% 0.16% -
XYZ 0.66 0.64 2.28 -
YUV 16.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 1 19 42 0.98 0.55 0 0.84 213.66 0.95 0.08
Hex 1 13 2A 62 37 0 54 D6 5F 8
Octal 1 23 52 142 67 0 124 326 137 10
Binary 1 10011 101010 1100010 110111 0 1010100 11010110 1011111 1000

Color Harmonies of #01132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01132A

Black with #01132A

Text Example


Text Example

White with #01132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01132A; }

 p { color: rgb(1,19,42); }

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

background-color css

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

 a { background-color: rgb(1,19,42); }

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

border-color css

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

 span { border-color: rgb(1,19,42); }

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