Html Css Color HEX #150A48 Paua

📋 copy color: '#150A48'

red 21 ◦ green 10 ◦ blue 72

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

Shades of Paua #150A48

Tints of Paua #150A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 69.9%

R = 20.39%
G = 9.71%
B = 69.9%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#150A48 (or 0x150A48) is known color: Paua. HEX triplet: 15, 0A and 48. RGB value is (21,10,72). Sum of RGB (Red+Green+Blue) = 21+10+72=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 72 (28.52% from 255 or 69.90% from 103); Max value from RGB is 72 - color contains mainly: blue. Hex color #150A48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A48 is #EAF5B7. Grayscale: #141414. Windows color (decimal): -15398328 or 4721173. OLE color: 4721173.

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

Color convert

RGB 21 10 72 -
CMYK 0.71 0.86 0 0.72
HSL 250.65º 0.76% 0.16% -
HSV(B) 250.65º 0.86% 0.28% -
XYZ 1.59 0.84 6.21 -
YUV 20.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 21 10 72 0.71 0.86 0 0.72 250.65 0.76 0.16
Hex 15 A 48 47 56 0 48 FB 4C 10
Octal 25 12 110 107 126 0 110 373 114 20
Binary 10101 1010 1001000 1000111 1010110 0 1001000 11111011 1001100 10000

Color Harmonies of #150A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A48

Black with #150A48

Text Example


Text Example

White with #150A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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