Html Css Color HEX #121650 Paua

📋 copy color: '#121650'

red 18 ◦ green 22 ◦ blue 80

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

Shades of Paua #121650

Tints of Paua #121650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.33%

 BLUE value IS 80 (31.64% from 255) = 66.67%

R = 15%
G = 18.33%
B = 66.67%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#121650 (or 0x121650) is known color: Paua. HEX triplet: 12, 16 and 50. RGB value is (18,22,80). Sum of RGB (Red+Green+Blue) = 18+22+80=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #121650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121650 is #EDE9AF. Grayscale: #1B1B1B. Windows color (decimal): -15591856 or 5248530. OLE color: 5248530.

HSL color Cylindrical-coordinate representation of color #121650: hue angle of 236.13º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121650 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 22 80 -
CMYK 0.78 0.72 0 0.69
HSL 236.13º 0.63% 0.19% -
HSV(B) 236.13º 0.78% 0.31% -
XYZ 1.98 1.28 7.73 -
YUV 27.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 18 22 80 0.78 0.72 0 0.69 236.13 0.63 0.19
Hex 12 16 50 4E 48 0 45 EC 3F 13
Octal 22 26 120 116 110 0 105 354 77 23
Binary 10010 10110 1010000 1001110 1001000 0 1000101 11101100 111111 10011

Color Harmonies of #121650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121650

Black with #121650

Text Example


Text Example

White with #121650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121650; }

 p { color: rgb(18,22,80); }

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

background-color css

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

 a { background-color: rgb(18,22,80); }

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

border-color css

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

 span { border-color: rgb(18,22,80); }

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