Html Css Color HEX #151851 Paua

📋 copy color: '#151851'

red 21 ◦ green 24 ◦ blue 81

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

Shades of Paua #151851

Tints of Paua #151851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 64.29%

R = 16.67%
G = 19.05%
B = 64.29%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#151851 (or 0x151851) is known color: Paua. HEX triplet: 15, 18 and 51. RGB value is (21,24,81). Sum of RGB (Red+Green+Blue) = 21+24+81=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #151851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151851 is #EAE7AE. Grayscale: #1D1D1D. Windows color (decimal): -15394735 or 5314581. OLE color: 5314581.

HSL color Cylindrical-coordinate representation of color #151851: hue angle of 237º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151851 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 24 81 -
CMYK 0.74 0.70 0 0.68
HSL 237º 0.59% 0.2% -
HSV(B) 237º 0.74% 0.32% -
XYZ 2.12 1.41 7.94 -
YUV 29.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 21 24 81 0.74 0.70 0 0.68 237 0.59 0.2
Hex 15 18 51 4A 46 0 44 ED 3B 14
Octal 25 30 121 112 106 0 104 355 73 24
Binary 10101 11000 1010001 1001010 1000110 0 1000100 11101101 111011 10100

Color Harmonies of #151851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151851

Black with #151851

Text Example


Text Example

White with #151851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151851; }

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

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

background-color css

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

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

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

border-color css

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

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

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