Html Css Color HEX #151650 Paua

📋 copy color: '#151650'

red 21 ◦ green 22 ◦ blue 80

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

Shades of Paua #151650

Tints of Paua #151650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.89%

 BLUE value IS 80 (31.64% from 255) = 65.04%

R = 17.07%
G = 17.89%
B = 65.04%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#151650 (or 0x151650) is known color: Paua. HEX triplet: 15, 16 and 50. RGB value is (21,22,80). Sum of RGB (Red+Green+Blue) = 21+22+80=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #151650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151650 is #EAE9AF. Grayscale: #1C1C1C. Windows color (decimal): -15395248 or 5248533. OLE color: 5248533.

HSL color Cylindrical-coordinate representation of color #151650: hue angle of 238.98º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151650 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 22 80 -
CMYK 0.74 0.72 0 0.69
HSL 238.98º 0.58% 0.2% -
HSV(B) 238.98º 0.74% 0.31% -
XYZ 2.04 1.31 7.74 -
YUV 28.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 21 22 80 0.74 0.72 0 0.69 238.98 0.58 0.2
Hex 15 16 50 4A 48 0 45 EF 3A 14
Octal 25 26 120 112 110 0 105 357 72 24
Binary 10101 10110 1010000 1001010 1001000 0 1000101 11101111 111010 10100

Color Harmonies of #151650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151650

Black with #151650

Text Example


Text Example

White with #151650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151650; }

 p { color: rgb(21,22,80); }

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

background-color css

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

 a { background-color: rgb(21,22,80); }

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

border-color css

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

 span { border-color: rgb(21,22,80); }

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