Html Css Color HEX #120C43 Paua

📋 copy color: '#120C43'

red 18 ◦ green 12 ◦ blue 67

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

Shades of Paua #120C43

Tints of Paua #120C43

RGB

 RED value IS 18 (7.42% from 255) = 18.56%

 GREEN value IS 12 (5.08% from 255) = 12.37%

 BLUE value IS 67 (26.56% from 255) = 69.07%

R = 18.56%
G = 12.37%
B = 69.07%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#120C43 (or 0x120C43) is known color: Paua. HEX triplet: 12, 0C and 43. RGB value is (18,12,67). Sum of RGB (Red+Green+Blue) = 18+12+67=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 67 (26.56% from 255 or 69.07% from 97); Max value from RGB is 67 - color contains mainly: blue. Hex color #120C43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C43 is #EDF3BC. Grayscale: #131313. Windows color (decimal): -15594429 or 4394002. OLE color: 4394002.

HSL color Cylindrical-coordinate representation of color #120C43: hue angle of 246.55º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #120C43 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 12 67 -
CMYK 0.73 0.82 0 0.74
HSL 246.55º 0.7% 0.15% -
HSV(B) 246.55º 0.82% 0.26% -
XYZ 1.39 0.8 5.39 -
YUV 20.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 18 12 67 0.73 0.82 0 0.74 246.55 0.7 0.15
Hex 12 C 43 49 52 0 4A F7 46 F
Octal 22 14 103 111 122 0 112 367 106 17
Binary 10010 1100 1000011 1001001 1010010 0 1001010 11110111 1000110 1111

Color Harmonies of #120C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C43

Black with #120C43

Text Example


Text Example

White with #120C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120C43; }

 p { color: rgb(18,12,67); }

 H1.HeaderClassName
 {
   color: #120C43;
 }
 .AnyTagClassName
 {
   color: #120C43;
 }
</style>

background-color css

<style>
 a { background-color: #120C43; }

 a { background-color: rgb(18,12,67); }

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

border-color css

<style>
 span { border-color: #120C43; }

 span { border-color: rgb(18,12,67); }

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