Html Css Color HEX #130B43 Paua

📋 copy color: '#130B43'

red 19 ◦ green 11 ◦ blue 67

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

Shades of Paua #130B43

Tints of Paua #130B43

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.34%

 BLUE value IS 67 (26.56% from 255) = 69.07%

R = 19.59%
G = 11.34%
B = 69.07%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#130B43 (or 0x130B43) is known color: Paua. HEX triplet: 13, 0B and 43. RGB value is (19,11,67). Sum of RGB (Red+Green+Blue) = 19+11+67=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 67 (26.56% from 255 or 69.07% from 97); Max value from RGB is 67 - color contains mainly: blue. Hex color #130B43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B43 is #ECF4BC. Grayscale: #131313. Windows color (decimal): -15529149 or 4393747. OLE color: 4393747.

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

Color convert

RGB 19 11 67 -
CMYK 0.72 0.84 0 0.74
HSL 248.57º 0.72% 0.15% -
HSV(B) 248.57º 0.84% 0.26% -
XYZ 1.4 0.78 5.39 -
YUV 19.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 19 11 67 0.72 0.84 0 0.74 248.57 0.72 0.15
Hex 13 B 43 48 54 0 4A F9 48 F
Octal 23 13 103 110 124 0 112 371 110 17
Binary 10011 1011 1000011 1001000 1010100 0 1001010 11111001 1001000 1111

Color Harmonies of #130B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B43

Black with #130B43

Text Example


Text Example

White with #130B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,11,67); }

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

background-color css

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

 a { background-color: rgb(19,11,67); }

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

border-color css

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

 span { border-color: rgb(19,11,67); }

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