Html Css Color HEX #12134F Paua

📋 copy color: '#12134F'

red 18 ◦ green 19 ◦ blue 79

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

Shades of Paua #12134F

Tints of Paua #12134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.38%

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

R = 15.52%
G = 16.38%
B = 68.1%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12134F (or 0x12134F) is known color: Paua. HEX triplet: 12, 13 and 4F. RGB value is (18,19,79). Sum of RGB (Red+Green+Blue) = 18+19+79=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #12134F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12134F is #EDECB0. Grayscale: #191919. Windows color (decimal): -15592625 or 5182226. OLE color: 5182226.

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

Color convert

RGB 18 19 79 -
CMYK 0.77 0.76 0 0.69
HSL 239.02º 0.63% 0.19% -
HSV(B) 239.02º 0.77% 0.31% -
XYZ 1.89 1.16 7.52 -
YUV 25.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 18 19 79 0.77 0.76 0 0.69 239.02 0.63 0.19
Hex 12 13 4F 4D 4C 0 45 EF 3F 13
Octal 22 23 117 115 114 0 105 357 77 23
Binary 10010 10011 1001111 1001101 1001100 0 1000101 11101111 111111 10011

Color Harmonies of #12134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12134F

Black with #12134F

Text Example


Text Example

White with #12134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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