Html Css Color HEX #15124B Paua

📋 copy color: '#15124B'

red 21 ◦ green 18 ◦ blue 75

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

Shades of Paua #15124B

Tints of Paua #15124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.79%

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

R = 18.42%
G = 15.79%
B = 65.79%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15124B (or 0x15124B) is known color: Paua. HEX triplet: 15, 12 and 4B. RGB value is (21,18,75). Sum of RGB (Red+Green+Blue) = 21+18+75=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #15124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15124B is #EAEDB4. Grayscale: #191919. Windows color (decimal): -15396277 or 4919829. OLE color: 4919829.

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

Color convert

RGB 21 18 75 -
CMYK 0.72 0.76 0 0.71
HSL 243.16º 0.61% 0.18% -
HSV(B) 243.16º 0.76% 0.29% -
XYZ 1.8 1.1 6.77 -
YUV 25.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 21 18 75 0.72 0.76 0 0.71 243.16 0.61 0.18
Hex 15 12 4B 48 4C 0 47 F3 3D 12
Octal 25 22 113 110 114 0 107 363 75 22
Binary 10101 10010 1001011 1001000 1001100 0 1000111 11110011 111101 10010

Color Harmonies of #15124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15124B

Black with #15124B

Text Example


Text Example

White with #15124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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