Html Css Color HEX #12094D Paua

📋 copy color: '#12094D'

red 18 ◦ green 9 ◦ blue 77

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

Shades of Paua #12094D

Tints of Paua #12094D

RGB

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

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

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

R = 17.31%
G = 8.65%
B = 74.04%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12094D (or 0x12094D) is known color: Paua. HEX triplet: 12, 09 and 4D. RGB value is (18,9,77). Sum of RGB (Red+Green+Blue) = 18+9+77=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #12094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12094D is #EDF6B2. Grayscale: #131313. Windows color (decimal): -15595187 or 5048594. OLE color: 5048594.

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

Color convert

RGB 18 9 77 -
CMYK 0.77 0.88 0 0.70
HSL 247.94º 0.79% 0.17% -
HSV(B) 247.94º 0.88% 0.3% -
XYZ 1.69 0.86 7.1 -
YUV 19.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 18 9 77 0.77 0.88 0 0.70 247.94 0.79 0.17
Hex 12 9 4D 4D 58 0 46 F8 4F 11
Octal 22 11 115 115 130 0 106 370 117 21
Binary 10010 1001 1001101 1001101 1011000 0 1000110 11111000 1001111 10001

Color Harmonies of #12094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12094D

Black with #12094D

Text Example


Text Example

White with #12094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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