Html Css Color HEX #12014F Paua

📋 copy color: '#12014F'

red 18 ◦ green 1 ◦ blue 79

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

Shades of Paua #12014F

Tints of Paua #12014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

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

R = 18.37%
G = 1.02%
B = 80.61%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12014F (or 0x12014F) is known color: Paua. HEX triplet: 12, 01 and 4F. RGB value is (18,1,79). Sum of RGB (Red+Green+Blue) = 18+1+79=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 79 (31.25% from 255 or 80.61% from 98); Max value from RGB is 79 - color contains mainly: blue. Hex color #12014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12014F is #EDFEB0. Grayscale: #0E0E0E. Windows color (decimal): -15597233 or 5177618. OLE color: 5177618.

HSL color Cylindrical-coordinate representation of color #12014F: hue angle of 253.08º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12014F is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 1 79 -
CMYK 0.77 0.99 0 0.69
HSL 253.08º 0.98% 0.16% -
HSV(B) 253.08º 0.99% 0.31% -
XYZ 1.67 0.71 7.45 -
YUV 14.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 18 1 79 0.77 0.99 0 0.69 253.08 0.98 0.16
Hex 12 1 4F 4D 63 0 45 FD 62 10
Octal 22 1 117 115 143 0 105 375 142 20
Binary 10010 1 1001111 1001101 1100011 0 1000101 11111101 1100010 10000

Color Harmonies of #12014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12014F

Black with #12014F

Text Example


Text Example

White with #12014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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