Html Css Color HEX #15074F Paua

📋 copy color: '#15074F'

red 21 ◦ green 7 ◦ blue 79

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

Shades of Paua #15074F

Tints of Paua #15074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 73.83%

R = 19.63%
G = 6.54%
B = 73.83%

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

#15074F (or 0x15074F) is known color: Paua. HEX triplet: 15, 07 and 4F. RGB value is (21,7,79). Sum of RGB (Red+Green+Blue) = 21+7+79=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 79 (31.25% from 255 or 73.83% from 107); Max value from RGB is 79 - color contains mainly: blue. Hex color #15074F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15074F is #EAF8B0. Grayscale: #131313. Windows color (decimal): -15399089 or 5179157. OLE color: 5179157.

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

Color convert

RGB 21 7 79 -
CMYK 0.73 0.91 0 0.69
HSL 251.67º 0.84% 0.17% -
HSV(B) 251.67º 0.91% 0.31% -
XYZ 1.8 0.88 7.47 -
YUV 19.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 21 7 79 0.73 0.91 0 0.69 251.67 0.84 0.17
Hex 15 7 4F 49 5B 0 45 FC 54 11
Octal 25 7 117 111 133 0 105 374 124 21
Binary 10101 111 1001111 1001001 1011011 0 1000101 11111100 1010100 10001

Color Harmonies of #15074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15074F

Black with #15074F

Text Example


Text Example

White with #15074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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