Html Css Color HEX #151854 Paua

📋 copy color: '#151854'

red 21 ◦ green 24 ◦ blue 84

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

Shades of Paua #151854

Tints of Paua #151854

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 16.28%
G = 18.6%
B = 65.12%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#151854 (or 0x151854) is known color: Paua. HEX triplet: 15, 18 and 54. RGB value is (21,24,84). Sum of RGB (Red+Green+Blue) = 21+24+84=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #151854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151854 is #EAE7AB. Grayscale: #1D1D1D. Windows color (decimal): -15394732 or 5511189. OLE color: 5511189.

HSL color Cylindrical-coordinate representation of color #151854: hue angle of 237.14º 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 #151854 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 24 84 -
CMYK 0.75 0.71 0 0.67
HSL 237.14º 0.6% 0.21% -
HSV(B) 237.14º 0.75% 0.33% -
XYZ 2.24 1.45 8.55 -
YUV 29.94 158.51 121.62 -
System Red Green Blue C M Y K H S L
Decimal 21 24 84 0.75 0.71 0 0.67 237.14 0.6 0.21
Hex 15 18 54 4B 47 0 43 ED 3C 15
Octal 25 30 124 113 107 0 103 355 74 25
Binary 10101 11000 1010100 1001011 1000111 0 1000011 11101101 111100 10101

Color Harmonies of #151854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151854

Black with #151854

Text Example


Text Example

White with #151854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151854; }

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

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

background-color css

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

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

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

border-color css

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

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

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