Html Css Color HEX #15144A Paua

📋 copy color: '#15144A'

red 21 ◦ green 20 ◦ blue 74

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

Shades of Paua #15144A

Tints of Paua #15144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.39%

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

R = 18.26%
G = 17.39%
B = 64.35%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15144A (or 0x15144A) is known color: Paua. HEX triplet: 15, 14 and 4A. RGB value is (21,20,74). Sum of RGB (Red+Green+Blue) = 21+20+74=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #15144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15144A is #EAEBB5. Grayscale: #1A1A1A. Windows color (decimal): -15395766 or 4854805. OLE color: 4854805.

HSL color Cylindrical-coordinate representation of color #15144A: hue angle of 241.11º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15144A is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 20 74 -
CMYK 0.72 0.73 0 0.71
HSL 241.11º 0.57% 0.18% -
HSV(B) 241.11º 0.73% 0.29% -
XYZ 1.8 1.15 6.61 -
YUV 26.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 21 20 74 0.72 0.73 0 0.71 241.11 0.57 0.18
Hex 15 14 4A 48 49 0 47 F1 39 12
Octal 25 24 112 110 111 0 107 361 71 22
Binary 10101 10100 1001010 1001000 1001001 0 1000111 11110001 111001 10010

Color Harmonies of #15144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15144A

Black with #15144A

Text Example


Text Example

White with #15144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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