Html Css Color HEX #151253 Paua

📋 copy color: '#151253'

red 21 ◦ green 18 ◦ blue 83

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

Shades of Paua #151253

Tints of Paua #151253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 68.03%

R = 17.21%
G = 14.75%
B = 68.03%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151253 (or 0x151253) is known color: Paua. HEX triplet: 15, 12 and 53. RGB value is (21,18,83). Sum of RGB (Red+Green+Blue) = 21+18+83=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #151253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151253 is #EAEDAC. Grayscale: #1A1A1A. Windows color (decimal): -15396269 or 5444117. OLE color: 5444117.

HSL color Cylindrical-coordinate representation of color #151253: hue angle of 242.77º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #151253 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 18 83 -
CMYK 0.75 0.78 0 0.67
HSL 242.77º 0.64% 0.2% -
HSV(B) 242.77º 0.78% 0.33% -
XYZ 2.09 1.22 8.31 -
YUV 26.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 21 18 83 0.75 0.78 0 0.67 242.77 0.64 0.2
Hex 15 12 53 4B 4E 0 43 F3 40 14
Octal 25 22 123 113 116 0 103 363 100 24
Binary 10101 10010 1010011 1001011 1001110 0 1000011 11110011 1000000 10100

Color Harmonies of #151253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151253

Black with #151253

Text Example


Text Example

White with #151253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151253; }

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

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

background-color css

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

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

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

border-color css

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

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

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