Html Css Color HEX #130A4D Paua

📋 copy color: '#130A4D'

red 19 ◦ green 10 ◦ blue 77

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

Shades of Paua #130A4D

Tints of Paua #130A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.43%

 BLUE value IS 77 (30.47% from 255) = 72.64%

R = 17.92%
G = 9.43%
B = 72.64%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#130A4D (or 0x130A4D) is known color: Paua. HEX triplet: 13, 0A and 4D. RGB value is (19,10,77). Sum of RGB (Red+Green+Blue) = 19+10+77=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #130A4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A4D is #ECF5B2. Grayscale: #141414. Windows color (decimal): -15529395 or 5048851. OLE color: 5048851.

HSL color Cylindrical-coordinate representation of color #130A4D: hue angle of 248.06º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #130A4D is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 10 77 -
CMYK 0.75 0.87 0 0.70
HSL 248.06º 0.77% 0.17% -
HSV(B) 248.06º 0.87% 0.3% -
XYZ 1.72 0.89 7.1 -
YUV 20.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 19 10 77 0.75 0.87 0 0.70 248.06 0.77 0.17
Hex 13 A 4D 4B 57 0 46 F8 4D 11
Octal 23 12 115 113 127 0 106 370 115 21
Binary 10011 1010 1001101 1001011 1010111 0 1000110 11111000 1001101 10001

Color Harmonies of #130A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A4D

Black with #130A4D

Text Example


Text Example

White with #130A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,10,77); }

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

background-color css

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

 a { background-color: rgb(19,10,77); }

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

border-color css

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

 span { border-color: rgb(19,10,77); }

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