Html Css Color HEX #01142D Black Pearl

📋 copy color: '#01142D'

red 1 ◦ green 20 ◦ blue 45

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

Shades of Black Pearl #01142D

Tints of Black Pearl #01142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 68.18%

R = 1.52%
G = 30.3%
B = 68.18%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#01142D (or 0x01142D) is known color: Black Pearl. HEX triplet: 01, 14 and 2D. RGB value is (1,20,45). Sum of RGB (Red+Green+Blue) = 1+20+45=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #01142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01142D is #FEEBD2. Grayscale: #111111. Windows color (decimal): -16706515 or 2954241. OLE color: 2954241.

HSL color Cylindrical-coordinate representation of color #01142D: hue angle of 214.09º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01142D is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 1 20 45 -
CMYK 0.98 0.56 0 0.82
HSL 214.09º 0.96% 0.09% -
HSV(B) 214.09º 0.98% 0.18% -
XYZ 0.74 0.7 2.58 -
YUV 17.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 1 20 45 0.98 0.56 0 0.82 214.09 0.96 0.09
Hex 1 14 2D 62 38 0 52 D6 60 9
Octal 1 24 55 142 70 0 122 326 140 11
Binary 1 10100 101101 1100010 111000 0 1010010 11010110 1100000 1001

Color Harmonies of #01142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01142D

Black with #01142D

Text Example


Text Example

White with #01142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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