Html Css Color HEX #150A4A Paua

📋 copy color: '#150A4A'

red 21 ◦ green 10 ◦ blue 74

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

Shades of Paua #150A4A

Tints of Paua #150A4A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.52%

 BLUE value IS 74 (29.3% from 255) = 70.48%

R = 20%
G = 9.52%
B = 70.48%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#150A4A (or 0x150A4A) is known color: Paua. HEX triplet: 15, 0A and 4A. RGB value is (21,10,74). Sum of RGB (Red+Green+Blue) = 21+10+74=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #150A4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A4A is #EAF5B5. Grayscale: #141414. Windows color (decimal): -15398326 or 4852245. OLE color: 4852245.

HSL color Cylindrical-coordinate representation of color #150A4A: hue angle of 250.31º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150A4A is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 10 74 -
CMYK 0.72 0.86 0 0.71
HSL 250.31º 0.76% 0.16% -
HSV(B) 250.31º 0.86% 0.29% -
XYZ 1.65 0.87 6.56 -
YUV 20.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 21 10 74 0.72 0.86 0 0.71 250.31 0.76 0.16
Hex 15 A 4A 48 56 0 47 FA 4C 10
Octal 25 12 112 110 126 0 107 372 114 20
Binary 10101 1010 1001010 1001000 1010110 0 1000111 11111010 1001100 10000

Color Harmonies of #150A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A4A

Black with #150A4A

Text Example


Text Example

White with #150A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150A4A; }

 p { color: rgb(21,10,74); }

 H1.HeaderClassName
 {
   color: #150A4A;
 }
 .AnyTagClassName
 {
   color: #150A4A;
 }
</style>

background-color css

<style>
 a { background-color: #150A4A; }

 a { background-color: rgb(21,10,74); }

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

border-color css

<style>
 span { border-color: #150A4A; }

 span { border-color: rgb(21,10,74); }

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