Html Css Color HEX #13074E Paua

📋 copy color: '#13074E'

red 19 ◦ green 7 ◦ blue 78

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

Shades of Paua #13074E

Tints of Paua #13074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.73%

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

R = 18.27%
G = 6.73%
B = 75%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13074E (or 0x13074E) is known color: Paua. HEX triplet: 13, 07 and 4E. RGB value is (19,7,78). Sum of RGB (Red+Green+Blue) = 19+7+78=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 78 (30.86% from 255 or 75% from 104); Max value from RGB is 78 - color contains mainly: blue. Hex color #13074E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13074E is #ECF8B1. Grayscale: #121212. Windows color (decimal): -15530162 or 5113619. OLE color: 5113619.

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

Color convert

RGB 19 7 78 -
CMYK 0.76 0.91 0 0.69
HSL 250.14º 0.84% 0.17% -
HSV(B) 250.14º 0.91% 0.31% -
XYZ 1.72 0.84 7.28 -
YUV 18.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 19 7 78 0.76 0.91 0 0.69 250.14 0.84 0.17
Hex 13 7 4E 4C 5B 0 45 FA 54 11
Octal 23 7 116 114 133 0 105 372 124 21
Binary 10011 111 1001110 1001100 1011011 0 1000101 11111010 1010100 10001

Color Harmonies of #13074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13074E

Black with #13074E

Text Example


Text Example

White with #13074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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