Html Css Color HEX #00142B Black Pearl

📋 copy color: '#00142B'

red 0 ◦ green 20 ◦ blue 43

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

Shades of Black Pearl #00142B

Tints of Black Pearl #00142B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 31.75%
B = 68.25%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#00142B (or 0x00142B) is known color: Black Pearl. HEX triplet: 00, 14 and 2B. RGB value is (0,20,43). Sum of RGB (Red+Green+Blue) = 0+20+43=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 43 (17.19% from 255 or 68.25% from 63); Max value from RGB is 43 - color contains mainly: blue. Hex color #00142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00142B is #FFEBD4. Grayscale: #101010. Windows color (decimal): -16772053 or 2823168. OLE color: 2823168.

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

Color convert

RGB 0 20 43 -
CMYK 1 0.53 0 0.83
HSL 212.09º 1% 0.08% -
HSV(B) 212.09º 1% 0.17% -
XYZ 0.69 0.67 2.38 -
YUV 16.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 0 20 43 1 0.53 0 0.83 212.09 1 0.08
Hex 0 14 2B 64 35 0 53 D4 64 8
Octal 0 24 53 144 65 0 123 324 144 10
Binary 0 10100 101011 1100100 110101 0 1010011 11010100 1100100 1000

Color Harmonies of #00142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00142B

Black with #00142B

Text Example


Text Example

White with #00142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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