Html Css Color HEX #151954 Paua

📋 copy color: '#151954'

red 21 ◦ green 25 ◦ blue 84

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

Shades of Paua #151954

Tints of Paua #151954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.23%

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

R = 16.15%
G = 19.23%
B = 64.62%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151954 (or 0x151954) is known color: Paua. HEX triplet: 15, 19 and 54. RGB value is (21,25,84). Sum of RGB (Red+Green+Blue) = 21+25+84=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #151954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151954 is #EAE6AB. Grayscale: #1E1E1E. Windows color (decimal): -15394476 or 5511445. OLE color: 5511445.

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

Color convert

RGB 21 25 84 -
CMYK 0.75 0.70 0 0.67
HSL 236.19º 0.6% 0.21% -
HSV(B) 236.19º 0.75% 0.33% -
XYZ 2.26 1.49 8.56 -
YUV 30.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 21 25 84 0.75 0.70 0 0.67 236.19 0.6 0.21
Hex 15 19 54 4B 46 0 43 EC 3C 15
Octal 25 31 124 113 106 0 103 354 74 25
Binary 10101 11001 1010100 1001011 1000110 0 1000011 11101100 111100 10101

Color Harmonies of #151954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151954

Black with #151954

Text Example


Text Example

White with #151954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151954; }

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

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

background-color css

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

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

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

border-color css

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

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

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