Html Css Color HEX #01142E Black Pearl

📋 copy color: '#01142E'

red 1 ◦ green 20 ◦ blue 46

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

Shades of Black Pearl #01142E

Tints of Black Pearl #01142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 68.66%

R = 1.49%
G = 29.85%
B = 68.66%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#01142E (or 0x01142E) is known color: Black Pearl. HEX triplet: 01, 14 and 2E. RGB value is (1,20,46). Sum of RGB (Red+Green+Blue) = 1+20+46=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #01142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01142E is #FEEBD1. Grayscale: #111111. Windows color (decimal): -16706514 or 3019777. OLE color: 3019777.

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

Color convert

RGB 1 20 46 -
CMYK 0.98 0.57 0 0.82
HSL 214.67º 0.96% 0.09% -
HSV(B) 214.67º 0.98% 0.18% -
XYZ 0.76 0.7 2.68 -
YUV 17.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 1 20 46 0.98 0.57 0 0.82 214.67 0.96 0.09
Hex 1 14 2E 62 39 0 52 D7 60 9
Octal 1 24 56 142 71 0 122 327 140 11
Binary 1 10100 101110 1100010 111001 0 1010010 11010111 1100000 1001

Color Harmonies of #01142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01142E

Black with #01142E

Text Example


Text Example

White with #01142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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