Html Css Color HEX #130E40 Paua

📋 copy color: '#130E40'

red 19 ◦ green 14 ◦ blue 64

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

Shades of Paua #130E40

Tints of Paua #130E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.43%

 BLUE value IS 64 (25.39% from 255) = 65.98%

R = 19.59%
G = 14.43%
B = 65.98%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130E40 (or 0x130E40) is known color: Paua. HEX triplet: 13, 0E and 40. RGB value is (19,14,64). Sum of RGB (Red+Green+Blue) = 19+14+64=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #130E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E40 is #ECF1BF. Grayscale: #151515. Windows color (decimal): -15528384 or 4197907. OLE color: 4197907.

HSL color Cylindrical-coordinate representation of color #130E40: hue angle of 246º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #130E40 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 14 64 -
CMYK 0.70 0.78 0 0.75
HSL 246º 0.64% 0.15% -
HSV(B) 246º 0.78% 0.25% -
XYZ 1.35 0.82 4.94 -
YUV 21.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 19 14 64 0.70 0.78 0 0.75 246 0.64 0.15
Hex 13 E 40 46 4E 0 4B F6 40 F
Octal 23 16 100 106 116 0 113 366 100 17
Binary 10011 1110 1000000 1000110 1001110 0 1001011 11110110 1000000 1111

Color Harmonies of #130E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E40

Black with #130E40

Text Example


Text Example

White with #130E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,14,64); }

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

background-color css

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

 a { background-color: rgb(19,14,64); }

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

border-color css

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

 span { border-color: rgb(19,14,64); }

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