Html Css Color HEX #00122A Black Pearl

📋 copy color: '#00122A'

red 0 ◦ green 18 ◦ blue 42

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

Shades of Black Pearl #00122A

Tints of Black Pearl #00122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 30%

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

R = 0%
G = 30%
B = 70%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#00122A (or 0x00122A) is known color: Black Pearl. HEX triplet: 00, 12 and 2A. RGB value is (0,18,42). Sum of RGB (Red+Green+Blue) = 0+18+42=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #00122A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00122A is #FFEDD5. Grayscale: #0F0F0F. Windows color (decimal): -16772566 or 2757120. OLE color: 2757120.

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

Color convert

RGB 0 18 42 -
CMYK 1 0.57 0 0.84
HSL 214.29º 1% 0.08% -
HSV(B) 214.29º 1% 0.16% -
XYZ 0.63 0.6 2.27 -
YUV 15.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 0 18 42 1 0.57 0 0.84 214.29 1 0.08
Hex 0 12 2A 64 39 0 54 D6 64 8
Octal 0 22 52 144 71 0 124 326 144 10
Binary 0 10010 101010 1100100 111001 0 1010100 11010110 1100100 1000

Color Harmonies of #00122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00122A

Black with #00122A

Text Example


Text Example

White with #00122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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