Html Css Color HEX #15094C Paua

📋 copy color: '#15094C'

red 21 ◦ green 9 ◦ blue 76

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

Shades of Paua #15094C

Tints of Paua #15094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 71.7%

R = 19.81%
G = 8.49%
B = 71.7%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15094C (or 0x15094C) is known color: Paua. HEX triplet: 15, 09 and 4C. RGB value is (21,9,76). Sum of RGB (Red+Green+Blue) = 21+9+76=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 76 (30.08% from 255 or 71.70% from 106); Max value from RGB is 76 - color contains mainly: blue. Hex color #15094C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15094C is #EAF6B3. Grayscale: #131313. Windows color (decimal): -15398580 or 4983061. OLE color: 4983061.

HSL color Cylindrical-coordinate representation of color #15094C: hue angle of 250.75º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15094C is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 9 76 -
CMYK 0.72 0.88 0 0.70
HSL 250.75º 0.79% 0.17% -
HSV(B) 250.75º 0.88% 0.3% -
XYZ 1.71 0.88 6.92 -
YUV 20.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 21 9 76 0.72 0.88 0 0.70 250.75 0.79 0.17
Hex 15 9 4C 48 58 0 46 FB 4F 11
Octal 25 11 114 110 130 0 106 373 117 21
Binary 10101 1001 1001100 1001000 1011000 0 1000110 11111011 1001111 10001

Color Harmonies of #15094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15094C

Black with #15094C

Text Example


Text Example

White with #15094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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