Html Css Color HEX #12094E Paua

📋 copy color: '#12094E'

red 18 ◦ green 9 ◦ blue 78

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

Shades of Paua #12094E

Tints of Paua #12094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.57%

 BLUE value IS 78 (30.86% from 255) = 74.29%

R = 17.14%
G = 8.57%
B = 74.29%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12094E (or 0x12094E) is known color: Paua. HEX triplet: 12, 09 and 4E. RGB value is (18,9,78). Sum of RGB (Red+Green+Blue) = 18+9+78=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #12094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12094E is #EDF6B1. Grayscale: #131313. Windows color (decimal): -15595186 or 5114130. OLE color: 5114130.

HSL color Cylindrical-coordinate representation of color #12094E: hue angle of 247.83º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12094E is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 9 78 -
CMYK 0.77 0.88 0 0.69
HSL 247.83º 0.79% 0.17% -
HSV(B) 247.83º 0.88% 0.31% -
XYZ 1.72 0.87 7.29 -
YUV 19.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 18 9 78 0.77 0.88 0 0.69 247.83 0.79 0.17
Hex 12 9 4E 4D 58 0 45 F8 4F 11
Octal 22 11 116 115 130 0 105 370 117 21
Binary 10010 1001 1001110 1001101 1011000 0 1000101 11111000 1001111 10001

Color Harmonies of #12094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12094E

Black with #12094E

Text Example


Text Example

White with #12094E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12094E; }

 p { color: rgb(18,9,78); }

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

background-color css

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

 a { background-color: rgb(18,9,78); }

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

border-color css

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

 span { border-color: rgb(18,9,78); }

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