Html Css Color HEX #131144 Paua

📋 copy color: '#131144'

red 19 ◦ green 17 ◦ blue 68

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

Shades of Paua #131144

Tints of Paua #131144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.35%

 BLUE value IS 68 (26.95% from 255) = 65.38%

R = 18.27%
G = 16.35%
B = 65.38%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#131144 (or 0x131144) is known color: Paua. HEX triplet: 13, 11 and 44. RGB value is (19,17,68). Sum of RGB (Red+Green+Blue) = 19+17+68=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 68 (26.95% from 255 or 65.38% from 104); Max value from RGB is 68 - color contains mainly: blue. Hex color #131144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131144 is #ECEEBB. Grayscale: #171717. Windows color (decimal): -15527612 or 4460819. OLE color: 4460819.

HSL color Cylindrical-coordinate representation of color #131144: hue angle of 242.35º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131144 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 17 68 -
CMYK 0.72 0.75 0 0.73
HSL 242.35º 0.6% 0.17% -
HSV(B) 242.35º 0.75% 0.27% -
XYZ 1.51 0.96 5.57 -
YUV 23.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 19 17 68 0.72 0.75 0 0.73 242.35 0.6 0.17
Hex 13 11 44 48 4B 0 49 F2 3C 11
Octal 23 21 104 110 113 0 111 362 74 21
Binary 10011 10001 1000100 1001000 1001011 0 1001001 11110010 111100 10001

Color Harmonies of #131144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131144

Black with #131144

Text Example


Text Example

White with #131144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131144; }

 p { color: rgb(19,17,68); }

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

background-color css

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

 a { background-color: rgb(19,17,68); }

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

border-color css

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

 span { border-color: rgb(19,17,68); }

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