Html Css Color HEX #12084F Paua

📋 copy color: '#12084F'

red 18 ◦ green 8 ◦ blue 79

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

Shades of Paua #12084F

Tints of Paua #12084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.62%

 BLUE value IS 79 (31.25% from 255) = 75.24%

R = 17.14%
G = 7.62%
B = 75.24%

CMYK

 C value IS 0.77

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12084F (or 0x12084F) is known color: Paua. HEX triplet: 12, 08 and 4F. RGB value is (18,8,79). Sum of RGB (Red+Green+Blue) = 18+8+79=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 79 (31.25% from 255 or 75.24% from 105); Max value from RGB is 79 - color contains mainly: blue. Hex color #12084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12084F is #EDF7B0. Grayscale: #121212. Windows color (decimal): -15595441 or 5179410. OLE color: 5179410.

HSL color Cylindrical-coordinate representation of color #12084F: hue angle of 248.45º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12084F is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 8 79 -
CMYK 0.77 0.90 0 0.69
HSL 248.45º 0.82% 0.17% -
HSV(B) 248.45º 0.9% 0.31% -
XYZ 1.75 0.87 7.47 -
YUV 19.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 18 8 79 0.77 0.90 0 0.69 248.45 0.82 0.17
Hex 12 8 4F 4D 5A 0 45 F8 52 11
Octal 22 10 117 115 132 0 105 370 122 21
Binary 10010 1000 1001111 1001101 1011010 0 1000101 11111000 1010010 10001

Color Harmonies of #12084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12084F

Black with #12084F

Text Example


Text Example

White with #12084F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12084F; }

 p { color: rgb(18,8,79); }

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

background-color css

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

 a { background-color: rgb(18,8,79); }

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

border-color css

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

 span { border-color: rgb(18,8,79); }

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