Html Css Color HEX #151750 Paua

📋 copy color: '#151750'

red 21 ◦ green 23 ◦ blue 80

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

Shades of Paua #151750

Tints of Paua #151750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.55%

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

R = 16.94%
G = 18.55%
B = 64.52%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#151750 (or 0x151750) is known color: Paua. HEX triplet: 15, 17 and 50. RGB value is (21,23,80). Sum of RGB (Red+Green+Blue) = 21+23+80=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #151750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151750 is #EAE8AF. Grayscale: #1C1C1C. Windows color (decimal): -15394992 or 5248789. OLE color: 5248789.

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

Color convert

RGB 21 23 80 -
CMYK 0.74 0.71 0 0.69
HSL 237.97º 0.58% 0.2% -
HSV(B) 237.97º 0.74% 0.31% -
XYZ 2.06 1.35 7.74 -
YUV 28.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 21 23 80 0.74 0.71 0 0.69 237.97 0.58 0.2
Hex 15 17 50 4A 47 0 45 EE 3A 14
Octal 25 27 120 112 107 0 105 356 72 24
Binary 10101 10111 1010000 1001010 1000111 0 1000101 11101110 111010 10100

Color Harmonies of #151750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151750

Black with #151750

Text Example


Text Example

White with #151750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151750; }

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

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

background-color css

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

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

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

border-color css

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

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

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