Html Css Color HEX #151254 Paua

📋 copy color: '#151254'

red 21 ◦ green 18 ◦ blue 84

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

Shades of Paua #151254

Tints of Paua #151254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 68.29%

R = 17.07%
G = 14.63%
B = 68.29%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151254 (or 0x151254) is known color: Paua. HEX triplet: 15, 12 and 54. RGB value is (21,18,84). Sum of RGB (Red+Green+Blue) = 21+18+84=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #151254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151254 is #EAEDAB. Grayscale: #1A1A1A. Windows color (decimal): -15396268 or 5509653. OLE color: 5509653.

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

Color convert

RGB 21 18 84 -
CMYK 0.75 0.79 0 0.67
HSL 242.73º 0.65% 0.2% -
HSV(B) 242.73º 0.79% 0.33% -
XYZ 2.13 1.23 8.51 -
YUV 26.42 160.49 124.13 -
System Red Green Blue C M Y K H S L
Decimal 21 18 84 0.75 0.79 0 0.67 242.73 0.65 0.2
Hex 15 12 54 4B 4F 0 43 F3 41 14
Octal 25 22 124 113 117 0 103 363 101 24
Binary 10101 10010 1010100 1001011 1001111 0 1000011 11110011 1000001 10100

Color Harmonies of #151254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151254

Black with #151254

Text Example


Text Example

White with #151254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151254; }

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

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

background-color css

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

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

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

border-color css

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

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

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