Html Css Color HEX #12114D Paua

📋 copy color: '#12114D'

red 18 ◦ green 17 ◦ blue 77

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

Shades of Paua #12114D

Tints of Paua #12114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.18%

 BLUE value IS 77 (30.47% from 255) = 68.75%

R = 16.07%
G = 15.18%
B = 68.75%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12114D (or 0x12114D) is known color: Paua. HEX triplet: 12, 11 and 4D. RGB value is (18,17,77). Sum of RGB (Red+Green+Blue) = 18+17+77=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #12114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12114D is #EDEEB2. Grayscale: #171717. Windows color (decimal): -15593139 or 5050642. OLE color: 5050642.

HSL color Cylindrical-coordinate representation of color #12114D: hue angle of 241º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12114D is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 17 77 -
CMYK 0.77 0.78 0 0.70
HSL 241º 0.64% 0.18% -
HSV(B) 241º 0.78% 0.3% -
XYZ 1.79 1.07 7.13 -
YUV 24.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 18 17 77 0.77 0.78 0 0.70 241 0.64 0.18
Hex 12 11 4D 4D 4E 0 46 F1 40 12
Octal 22 21 115 115 116 0 106 361 100 22
Binary 10010 10001 1001101 1001101 1001110 0 1000110 11110001 1000000 10010

Color Harmonies of #12114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12114D

Black with #12114D

Text Example


Text Example

White with #12114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12114D; }

 p { color: rgb(18,17,77); }

 H1.HeaderClassName
 {
   color: #12114D;
 }
 .AnyTagClassName
 {
   color: #12114D;
 }
</style>

background-color css

<style>
 a { background-color: #12114D; }

 a { background-color: rgb(18,17,77); }

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

border-color css

<style>
 span { border-color: #12114D; }

 span { border-color: rgb(18,17,77); }

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