Html Css Color HEX #130F41 Paua

📋 copy color: '#130F41'

red 19 ◦ green 15 ◦ blue 65

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

Shades of Paua #130F41

Tints of Paua #130F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 65.66%

R = 19.19%
G = 15.15%
B = 65.66%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130F41 (or 0x130F41) is known color: Paua. HEX triplet: 13, 0F and 41. RGB value is (19,15,65). Sum of RGB (Red+Green+Blue) = 19+15+65=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #130F41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F41 is #ECF0BE. Grayscale: #151515. Windows color (decimal): -15528127 or 4263699. OLE color: 4263699.

HSL color Cylindrical-coordinate representation of color #130F41: hue angle of 244.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #130F41 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 15 65 -
CMYK 0.71 0.77 0 0.75
HSL 244.8º 0.63% 0.16% -
HSV(B) 244.8º 0.77% 0.25% -
XYZ 1.39 0.86 5.09 -
YUV 21.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 19 15 65 0.71 0.77 0 0.75 244.8 0.63 0.16
Hex 13 F 41 47 4D 0 4B F5 3E 10
Octal 23 17 101 107 115 0 113 365 76 20
Binary 10011 1111 1000001 1000111 1001101 0 1001011 11110101 111110 10000

Color Harmonies of #130F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F41

Black with #130F41

Text Example


Text Example

White with #130F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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