Html Css Color HEX #131043 Paua

📋 copy color: '#131043'

red 19 ◦ green 16 ◦ blue 67

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

Shades of Paua #131043

Tints of Paua #131043

RGB

 RED value IS 19 (7.81% from 255) = 18.63%

 GREEN value IS 16 (6.64% from 255) = 15.69%

 BLUE value IS 67 (26.56% from 255) = 65.69%

R = 18.63%
G = 15.69%
B = 65.69%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#131043 (or 0x131043) is known color: Paua. HEX triplet: 13, 10 and 43. RGB value is (19,16,67). Sum of RGB (Red+Green+Blue) = 19+16+67=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 67 (26.56% from 255 or 65.69% from 102); Max value from RGB is 67 - color contains mainly: blue. Hex color #131043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131043 is #ECEFBC. Grayscale: #161616. Windows color (decimal): -15527869 or 4395027. OLE color: 4395027.

HSL color Cylindrical-coordinate representation of color #131043: hue angle of 243.53º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131043 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 16 67 -
CMYK 0.72 0.76 0 0.74
HSL 243.53º 0.61% 0.16% -
HSV(B) 243.53º 0.76% 0.26% -
XYZ 1.47 0.91 5.41 -
YUV 22.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 19 16 67 0.72 0.76 0 0.74 243.53 0.61 0.16
Hex 13 10 43 48 4C 0 4A F4 3D 10
Octal 23 20 103 110 114 0 112 364 75 20
Binary 10011 10000 1000011 1001000 1001100 0 1001010 11110100 111101 10000

Color Harmonies of #131043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131043

Black with #131043

Text Example


Text Example

White with #131043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131043; }

 p { color: rgb(19,16,67); }

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

background-color css

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

 a { background-color: rgb(19,16,67); }

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

border-color css

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

 span { border-color: rgb(19,16,67); }

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