Html Css Color HEX #130E41 Paua

📋 copy color: '#130E41'

red 19 ◦ green 14 ◦ blue 65

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

Shades of Paua #130E41

Tints of Paua #130E41

RGB

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

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

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

R = 19.39%
G = 14.29%
B = 66.33%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130E41 (or 0x130E41) is known color: Paua. HEX triplet: 13, 0E and 41. RGB value is (19,14,65). Sum of RGB (Red+Green+Blue) = 19+14+65=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #130E41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E41 is #ECF1BE. Grayscale: #151515. Windows color (decimal): -15528383 or 4263443. OLE color: 4263443.

HSL color Cylindrical-coordinate representation of color #130E41: hue angle of 245.88º degrees, saturation: 0.65, 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 #130E41 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 14 65 -
CMYK 0.71 0.78 0 0.75
HSL 245.88º 0.65% 0.15% -
HSV(B) 245.88º 0.78% 0.25% -
XYZ 1.38 0.83 5.09 -
YUV 21.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 19 14 65 0.71 0.78 0 0.75 245.88 0.65 0.15
Hex 13 E 41 47 4E 0 4B F6 41 F
Octal 23 16 101 107 116 0 113 366 101 17
Binary 10011 1110 1000001 1000111 1001110 0 1001011 11110110 1000001 1111

Color Harmonies of #130E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E41

Black with #130E41

Text Example


Text Example

White with #130E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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