Html Css Color HEX #15094E Paua

📋 copy color: '#15094E'

red 21 ◦ green 9 ◦ blue 78

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

Shades of Paua #15094E

Tints of Paua #15094E

RGB

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

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

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

R = 19.44%
G = 8.33%
B = 72.22%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15094E (or 0x15094E) is known color: Paua. HEX triplet: 15, 09 and 4E. RGB value is (21,9,78). Sum of RGB (Red+Green+Blue) = 21+9+78=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 78 (30.86% from 255 or 72.22% from 108); Max value from RGB is 78 - color contains mainly: blue. Hex color #15094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15094E is #EAF6B1. Grayscale: #141414. Windows color (decimal): -15398578 or 5114133. OLE color: 5114133.

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

Color convert

RGB 21 9 78 -
CMYK 0.73 0.88 0 0.69
HSL 250.43º 0.79% 0.17% -
HSV(B) 250.43º 0.88% 0.31% -
XYZ 1.78 0.9 7.29 -
YUV 20.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 21 9 78 0.73 0.88 0 0.69 250.43 0.79 0.17
Hex 15 9 4E 49 58 0 45 FA 4F 11
Octal 25 11 116 111 130 0 105 372 117 21
Binary 10101 1001 1001110 1001001 1011000 0 1000101 11111010 1001111 10001

Color Harmonies of #15094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15094E

Black with #15094E

Text Example


Text Example

White with #15094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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