Html Css Color HEX #150C4B Paua

📋 copy color: '#150C4B'

red 21 ◦ green 12 ◦ blue 75

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

Shades of Paua #150C4B

Tints of Paua #150C4B

RGB

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

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

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

R = 19.44%
G = 11.11%
B = 69.44%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#150C4B (or 0x150C4B) is known color: Paua. HEX triplet: 15, 0C and 4B. RGB value is (21,12,75). Sum of RGB (Red+Green+Blue) = 21+12+75=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 75 (29.69% from 255 or 69.44% from 108); Max value from RGB is 75 - color contains mainly: blue. Hex color #150C4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C4B is #EAF3B4. Grayscale: #151515. Windows color (decimal): -15397813 or 4918293. OLE color: 4918293.

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

Color convert

RGB 21 12 75 -
CMYK 0.72 0.84 0 0.71
HSL 248.57º 0.72% 0.17% -
HSV(B) 248.57º 0.84% 0.29% -
XYZ 1.71 0.93 6.75 -
YUV 21.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 21 12 75 0.72 0.84 0 0.71 248.57 0.72 0.17
Hex 15 C 4B 48 54 0 47 F9 48 11
Octal 25 14 113 110 124 0 107 371 110 21
Binary 10101 1100 1001011 1001000 1010100 0 1000111 11111001 1001000 10001

Color Harmonies of #150C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C4B

Black with #150C4B

Text Example


Text Example

White with #150C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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