Html Css Color HEX #150948 Paua

📋 copy color: '#150948'

red 21 ◦ green 9 ◦ blue 72

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

Shades of Paua #150948

Tints of Paua #150948

RGB

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

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

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

R = 20.59%
G = 8.82%
B = 70.59%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#150948 (or 0x150948) is known color: Paua. HEX triplet: 15, 09 and 48. RGB value is (21,9,72). Sum of RGB (Red+Green+Blue) = 21+9+72=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 72 (28.52% from 255 or 70.59% from 102); Max value from RGB is 72 - color contains mainly: blue. Hex color #150948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150948 is #EAF6B7. Grayscale: #131313. Windows color (decimal): -15398584 or 4720917. OLE color: 4720917.

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

Color convert

RGB 21 9 72 -
CMYK 0.71 0.88 0 0.72
HSL 251.43º 0.78% 0.16% -
HSV(B) 251.43º 0.88% 0.28% -
XYZ 1.58 0.82 6.21 -
YUV 19.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 21 9 72 0.71 0.88 0 0.72 251.43 0.78 0.16
Hex 15 9 48 47 58 0 48 FB 4E 10
Octal 25 11 110 107 130 0 110 373 116 20
Binary 10101 1001 1001000 1000111 1011000 0 1001000 11111011 1001110 10000

Color Harmonies of #150948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150948

Black with #150948

Text Example


Text Example

White with #150948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150948; }

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

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

background-color css

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

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

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

border-color css

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

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

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