Html Css Color HEX #15074E Paua

📋 copy color: '#15074E'

red 21 ◦ green 7 ◦ blue 78

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

Shades of Paua #15074E

Tints of Paua #15074E

RGB

 RED value IS 21 (8.59% from 255) = 19.81%

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

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

R = 19.81%
G = 6.6%
B = 73.58%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15074E (or 0x15074E) is known color: Paua. HEX triplet: 15, 07 and 4E. RGB value is (21,7,78). Sum of RGB (Red+Green+Blue) = 21+7+78=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 7 (3.12% from 255 or 6.60% 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 #15074E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15074E is #EAF8B1. Grayscale: #131313. Windows color (decimal): -15399090 or 5113621. OLE color: 5113621.

HSL color Cylindrical-coordinate representation of color #15074E: hue angle of 251.83º 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 #15074E is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 7 78 -
CMYK 0.73 0.91 0 0.69
HSL 251.83º 0.84% 0.17% -
HSV(B) 251.83º 0.91% 0.31% -
XYZ 1.76 0.86 7.28 -
YUV 19.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 21 7 78 0.73 0.91 0 0.69 251.83 0.84 0.17
Hex 15 7 4E 49 5B 0 45 FC 54 11
Octal 25 7 116 111 133 0 105 374 124 21
Binary 10101 111 1001110 1001001 1011011 0 1000101 11111100 1010100 10001

Color Harmonies of #15074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15074E

Black with #15074E

Text Example


Text Example

White with #15074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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