Html Css Color HEX #130C42 Paua

📋 copy color: '#130C42'

red 19 ◦ green 12 ◦ blue 66

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

Shades of Paua #130C42

Tints of Paua #130C42

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.37%

 BLUE value IS 66 (26.17% from 255) = 68.04%

R = 19.59%
G = 12.37%
B = 68.04%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#130C42 (or 0x130C42) is known color: Paua. HEX triplet: 13, 0C and 42. RGB value is (19,12,66). Sum of RGB (Red+Green+Blue) = 19+12+66=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 66 (26.17% from 255 or 68.04% from 97); Max value from RGB is 66 - color contains mainly: blue. Hex color #130C42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C42 is #ECF3BD. Grayscale: #141414. Windows color (decimal): -15528894 or 4328467. OLE color: 4328467.

HSL color Cylindrical-coordinate representation of color #130C42: hue angle of 247.78º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #130C42 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 12 66 -
CMYK 0.71 0.82 0 0.74
HSL 247.78º 0.69% 0.15% -
HSV(B) 247.78º 0.82% 0.26% -
XYZ 1.38 0.79 5.23 -
YUV 20.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 19 12 66 0.71 0.82 0 0.74 247.78 0.69 0.15
Hex 13 C 42 47 52 0 4A F8 45 F
Octal 23 14 102 107 122 0 112 370 105 17
Binary 10011 1100 1000010 1000111 1010010 0 1001010 11111000 1000101 1111

Color Harmonies of #130C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C42

Black with #130C42

Text Example


Text Example

White with #130C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,12,66); }

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

background-color css

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

 a { background-color: rgb(19,12,66); }

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

border-color css

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

 span { border-color: rgb(19,12,66); }

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