Html Css Color HEX #13094E Paua

📋 copy color: '#13094E'

red 19 ◦ green 9 ◦ blue 78

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

Shades of Paua #13094E

Tints of Paua #13094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.49%

 BLUE value IS 78 (30.86% from 255) = 73.58%

R = 17.92%
G = 8.49%
B = 73.58%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13094E (or 0x13094E) is known color: Paua. HEX triplet: 13, 09 and 4E. RGB value is (19,9,78). Sum of RGB (Red+Green+Blue) = 19+9+78=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 78 (30.86% from 255 or 73.58% from 106); Max value from RGB is 78 - color contains mainly: blue. Hex color #13094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13094E is #ECF6B1. Grayscale: #131313. Windows color (decimal): -15529650 or 5114131. OLE color: 5114131.

HSL color Cylindrical-coordinate representation of color #13094E: hue angle of 248.7º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13094E is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 9 78 -
CMYK 0.76 0.88 0 0.69
HSL 248.7º 0.79% 0.17% -
HSV(B) 248.7º 0.88% 0.31% -
XYZ 1.74 0.88 7.29 -
YUV 19.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 19 9 78 0.76 0.88 0 0.69 248.7 0.79 0.17
Hex 13 9 4E 4C 58 0 45 F9 4F 11
Octal 23 11 116 114 130 0 105 371 117 21
Binary 10011 1001 1001110 1001100 1011000 0 1000101 11111001 1001111 10001

Color Harmonies of #13094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13094E

Black with #13094E

Text Example


Text Example

White with #13094E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13094E; }

 p { color: rgb(19,9,78); }

 H1.HeaderClassName
 {
   color: #13094E;
 }
 .AnyTagClassName
 {
   color: #13094E;
 }
</style>

background-color css

<style>
 a { background-color: #13094E; }

 a { background-color: rgb(19,9,78); }

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

border-color css

<style>
 span { border-color: #13094E; }

 span { border-color: rgb(19,9,78); }

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