Html Css Color HEX #01142B Black Pearl

📋 copy color: '#01142B'

red 1 ◦ green 20 ◦ blue 43

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

Shades of Black Pearl #01142B

Tints of Black Pearl #01142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.25%

 BLUE value IS 43 (17.19% from 255) = 67.19%

R = 1.56%
G = 31.25%
B = 67.19%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#01142B (or 0x01142B) is known color: Black Pearl. HEX triplet: 01, 14 and 2B. RGB value is (1,20,43). Sum of RGB (Red+Green+Blue) = 1+20+43=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 43 (17.19% from 255 or 67.19% from 64); Max value from RGB is 43 - color contains mainly: blue. Hex color #01142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01142B is #FEEBD4. Grayscale: #101010. Windows color (decimal): -16706517 or 2823169. OLE color: 2823169.

HSL color Cylindrical-coordinate representation of color #01142B: hue angle of 212.86º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01142B is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 1 20 43 -
CMYK 0.98 0.53 0 0.83
HSL 212.86º 0.95% 0.09% -
HSV(B) 212.86º 0.98% 0.17% -
XYZ 0.7 0.68 2.38 -
YUV 16.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 1 20 43 0.98 0.53 0 0.83 212.86 0.95 0.09
Hex 1 14 2B 62 35 0 53 D5 5F 9
Octal 1 24 53 142 65 0 123 325 137 11
Binary 1 10100 101011 1100010 110101 0 1010011 11010101 1011111 1001

Color Harmonies of #01142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01142B

Black with #01142B

Text Example


Text Example

White with #01142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01142B; }

 p { color: rgb(1,20,43); }

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

background-color css

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

 a { background-color: rgb(1,20,43); }

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

border-color css

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

 span { border-color: rgb(1,20,43); }

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