Html Css Color HEX #01142A Black Pearl

📋 copy color: '#01142A'

red 1 ◦ green 20 ◦ blue 42

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

Shades of Black Pearl #01142A

Tints of Black Pearl #01142A

RGB

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

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

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

R = 1.59%
G = 31.75%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#01142A (or 0x01142A) is known color: Black Pearl. HEX triplet: 01, 14 and 2A. RGB value is (1,20,42). Sum of RGB (Red+Green+Blue) = 1+20+42=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 42 (16.80% from 255 or 66.67% from 63); Max value from RGB is 42 - color contains mainly: blue. Hex color #01142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01142A is #FEEBD5. Grayscale: #101010. Windows color (decimal): -16706518 or 2757633. OLE color: 2757633.

HSL color Cylindrical-coordinate representation of color #01142A: hue angle of 212.2º 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 #01142A is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 20 42 -
CMYK 0.98 0.52 0 0.84
HSL 212.2º 0.95% 0.08% -
HSV(B) 212.2º 0.98% 0.16% -
XYZ 0.68 0.67 2.28 -
YUV 16.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 1 20 42 0.98 0.52 0 0.84 212.2 0.95 0.08
Hex 1 14 2A 62 34 0 54 D4 5F 8
Octal 1 24 52 142 64 0 124 324 137 10
Binary 1 10100 101010 1100010 110100 0 1010100 11010100 1011111 1000

Color Harmonies of #01142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01142A

Black with #01142A

Text Example


Text Example

White with #01142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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