Html Css Color HEX #130948 Paua

📋 copy color: '#130948'

red 19 ◦ green 9 ◦ blue 72

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

Shades of Paua #130948

Tints of Paua #130948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9%

 BLUE value IS 72 (28.52% from 255) = 72%

R = 19%
G = 9%
B = 72%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#130948 (or 0x130948) is known color: Paua. HEX triplet: 13, 09 and 48. RGB value is (19,9,72). Sum of RGB (Red+Green+Blue) = 19+9+72=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #130948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130948 is #ECF6B7. Grayscale: #121212. Windows color (decimal): -15529656 or 4720915. OLE color: 4720915.

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

Color convert

RGB 19 9 72 -
CMYK 0.74 0.88 0 0.72
HSL 249.52º 0.78% 0.16% -
HSV(B) 249.52º 0.88% 0.28% -
XYZ 1.54 0.8 6.2 -
YUV 19.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 19 9 72 0.74 0.88 0 0.72 249.52 0.78 0.16
Hex 13 9 48 4A 58 0 48 FA 4E 10
Octal 23 11 110 112 130 0 110 372 116 20
Binary 10011 1001 1001000 1001010 1011000 0 1001000 11111010 1001110 10000

Color Harmonies of #130948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130948

Black with #130948

Text Example


Text Example

White with #130948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130948; }

 p { color: rgb(19,9,72); }

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

background-color css

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

 a { background-color: rgb(19,9,72); }

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

border-color css

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

 span { border-color: rgb(19,9,72); }

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