Html Css Color HEX #150C48 Paua

📋 copy color: '#150C48'

red 21 ◦ green 12 ◦ blue 72

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

Shades of Paua #150C48

Tints of Paua #150C48

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.43%

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

R = 20%
G = 11.43%
B = 68.57%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#150C48 (or 0x150C48) is known color: Paua. HEX triplet: 15, 0C and 48. RGB value is (21,12,72). Sum of RGB (Red+Green+Blue) = 21+12+72=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #150C48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C48 is #EAF3B7. Grayscale: #151515. Windows color (decimal): -15397816 or 4721685. OLE color: 4721685.

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

Color convert

RGB 21 12 72 -
CMYK 0.71 0.83 0 0.72
HSL 249º 0.71% 0.16% -
HSV(B) 249º 0.83% 0.28% -
XYZ 1.61 0.89 6.22 -
YUV 21.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 21 12 72 0.71 0.83 0 0.72 249 0.71 0.16
Hex 15 C 48 47 53 0 48 F9 47 10
Octal 25 14 110 107 123 0 110 371 107 20
Binary 10101 1100 1001000 1000111 1010011 0 1001000 11111001 1000111 10000

Color Harmonies of #150C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C48

Black with #150C48

Text Example


Text Example

White with #150C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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