Html Css Color HEX #12034F Paua

📋 copy color: '#12034F'

red 18 ◦ green 3 ◦ blue 79

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

Shades of Paua #12034F

Tints of Paua #12034F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3%

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

R = 18%
G = 3%
B = 79%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12034F (or 0x12034F) is known color: Paua. HEX triplet: 12, 03 and 4F. RGB value is (18,3,79). Sum of RGB (Red+Green+Blue) = 18+3+79=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 79 (31.25% from 255 or 79% from 100); Max value from RGB is 79 - color contains mainly: blue. Hex color #12034F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12034F is #EDFCB0. Grayscale: #0F0F0F. Windows color (decimal): -15596721 or 5178130. OLE color: 5178130.

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

Color convert

RGB 18 3 79 -
CMYK 0.77 0.96 0 0.69
HSL 251.84º 0.93% 0.16% -
HSV(B) 251.84º 0.96% 0.31% -
XYZ 1.69 0.76 7.45 -
YUV 16.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 18 3 79 0.77 0.96 0 0.69 251.84 0.93 0.16
Hex 12 3 4F 4D 60 0 45 FC 5D 10
Octal 22 3 117 115 140 0 105 374 135 20
Binary 10010 11 1001111 1001101 1100000 0 1000101 11111100 1011101 10000

Color Harmonies of #12034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12034F

Black with #12034F

Text Example


Text Example

White with #12034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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