Html Css Color HEX #150E4A Paua

📋 copy color: '#150E4A'

red 21 ◦ green 14 ◦ blue 74

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

Shades of Paua #150E4A

Tints of Paua #150E4A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.84%

 BLUE value IS 74 (29.3% from 255) = 67.89%

R = 19.27%
G = 12.84%
B = 67.89%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#150E4A (or 0x150E4A) is known color: Paua. HEX triplet: 15, 0E and 4A. RGB value is (21,14,74). Sum of RGB (Red+Green+Blue) = 21+14+74=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 74 (29.30% from 255 or 67.89% from 109); Max value from RGB is 74 - color contains mainly: blue. Hex color #150E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E4A is #EAF1B5. Grayscale: #161616. Windows color (decimal): -15397302 or 4853269. OLE color: 4853269.

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

Color convert

RGB 21 14 74 -
CMYK 0.72 0.81 0 0.71
HSL 247º 0.68% 0.17% -
HSV(B) 247º 0.81% 0.29% -
XYZ 1.7 0.97 6.58 -
YUV 22.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 21 14 74 0.72 0.81 0 0.71 247 0.68 0.17
Hex 15 E 4A 48 51 0 47 F7 44 11
Octal 25 16 112 110 121 0 107 367 104 21
Binary 10101 1110 1001010 1001000 1010001 0 1000111 11110111 1000100 10001

Color Harmonies of #150E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E4A

Black with #150E4A

Text Example


Text Example

White with #150E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,14,74); }

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

background-color css

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

 a { background-color: rgb(21,14,74); }

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

border-color css

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

 span { border-color: rgb(21,14,74); }

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