Html Css Color HEX #130E4C Paua

📋 copy color: '#130E4C'

red 19 ◦ green 14 ◦ blue 76

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

Shades of Paua #130E4C

Tints of Paua #130E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 69.72%

R = 17.43%
G = 12.84%
B = 69.72%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#130E4C (or 0x130E4C) is known color: Paua. HEX triplet: 13, 0E and 4C. RGB value is (19,14,76). Sum of RGB (Red+Green+Blue) = 19+14+76=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #130E4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E4C is #ECF1B3. Grayscale: #161616. Windows color (decimal): -15528372 or 4984339. OLE color: 4984339.

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

Color convert

RGB 19 14 76 -
CMYK 0.75 0.82 0 0.70
HSL 244.84º 0.69% 0.18% -
HSV(B) 244.84º 0.82% 0.3% -
XYZ 1.73 0.97 6.93 -
YUV 22.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 19 14 76 0.75 0.82 0 0.70 244.84 0.69 0.18
Hex 13 E 4C 4B 52 0 46 F5 45 12
Octal 23 16 114 113 122 0 106 365 105 22
Binary 10011 1110 1001100 1001011 1010010 0 1000110 11110101 1000101 10010

Color Harmonies of #130E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E4C

Black with #130E4C

Text Example


Text Example

White with #130E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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