Html Css Color HEX #150A4B Paua

📋 copy color: '#150A4B'

red 21 ◦ green 10 ◦ blue 75

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

Shades of Paua #150A4B

Tints of Paua #150A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 70.75%

R = 19.81%
G = 9.43%
B = 70.75%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#150A4B (or 0x150A4B) is known color: Paua. HEX triplet: 15, 0A and 4B. RGB value is (21,10,75). Sum of RGB (Red+Green+Blue) = 21+10+75=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #150A4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A4B is #EAF5B4. Grayscale: #141414. Windows color (decimal): -15398325 or 4917781. OLE color: 4917781.

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

Color convert

RGB 21 10 75 -
CMYK 0.72 0.87 0 0.71
HSL 250.15º 0.76% 0.17% -
HSV(B) 250.15º 0.87% 0.29% -
XYZ 1.69 0.88 6.74 -
YUV 20.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 21 10 75 0.72 0.87 0 0.71 250.15 0.76 0.17
Hex 15 A 4B 48 57 0 47 FA 4C 11
Octal 25 12 113 110 127 0 107 372 114 21
Binary 10101 1010 1001011 1001000 1010111 0 1000111 11111010 1001100 10001

Color Harmonies of #150A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A4B

Black with #150A4B

Text Example


Text Example

White with #150A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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