Html Css Color HEX #00132A Black Pearl

📋 copy color: '#00132A'

red 0 ◦ green 19 ◦ blue 42

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

Shades of Black Pearl #00132A

Tints of Black Pearl #00132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 31.15%

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

R = 0%
G = 31.15%
B = 68.85%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#00132A (or 0x00132A) is known color: Black Pearl. HEX triplet: 00, 13 and 2A. RGB value is (0,19,42). Sum of RGB (Red+Green+Blue) = 0+19+42=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 42 (16.80% from 255 or 68.85% from 61); Max value from RGB is 42 - color contains mainly: blue. Hex color #00132A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00132A is #FFECD5. Grayscale: #0F0F0F. Windows color (decimal): -16772310 or 2757376. OLE color: 2757376.

HSL color Cylindrical-coordinate representation of color #00132A: hue angle of 212.86º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00132A is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 19 42 -
CMYK 1 0.55 0 0.84
HSL 212.86º 1% 0.08% -
HSV(B) 212.86º 1% 0.16% -
XYZ 0.65 0.63 2.28 -
YUV 15.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 0 19 42 1 0.55 0 0.84 212.86 1 0.08
Hex 0 13 2A 64 37 0 54 D5 64 8
Octal 0 23 52 144 67 0 124 325 144 10
Binary 0 10011 101010 1100100 110111 0 1010100 11010101 1100100 1000

Color Harmonies of #00132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00132A

Black with #00132A

Text Example


Text Example

White with #00132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,19,42); }

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

background-color css

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

 a { background-color: rgb(0,19,42); }

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

border-color css

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

 span { border-color: rgb(0,19,42); }

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