Html Css Color HEX #130F48 Paua

📋 copy color: '#130F48'

red 19 ◦ green 15 ◦ blue 72

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

Shades of Paua #130F48

Tints of Paua #130F48

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.15%

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

R = 17.92%
G = 14.15%
B = 67.92%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#130F48 (or 0x130F48) is known color: Paua. HEX triplet: 13, 0F and 48. RGB value is (19,15,72). Sum of RGB (Red+Green+Blue) = 19+15+72=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #130F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F48 is #ECF0B7. Grayscale: #161616. Windows color (decimal): -15528120 or 4722451. OLE color: 4722451.

HSL color Cylindrical-coordinate representation of color #130F48: hue angle of 244.21º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130F48 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 15 72 -
CMYK 0.74 0.79 0 0.72
HSL 244.21º 0.66% 0.17% -
HSV(B) 244.21º 0.79% 0.28% -
XYZ 1.61 0.95 6.23 -
YUV 22.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 19 15 72 0.74 0.79 0 0.72 244.21 0.66 0.17
Hex 13 F 48 4A 4F 0 48 F4 42 11
Octal 23 17 110 112 117 0 110 364 102 21
Binary 10011 1111 1001000 1001010 1001111 0 1001000 11110100 1000010 10001

Color Harmonies of #130F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F48

Black with #130F48

Text Example


Text Example

White with #130F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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