Html Css Color HEX #150F50 Paua

📋 copy color: '#150F50'

red 21 ◦ green 15 ◦ blue 80

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

Shades of Paua #150F50

Tints of Paua #150F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.93%

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

R = 18.1%
G = 12.93%
B = 68.97%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#150F50 (or 0x150F50) is known color: Paua. HEX triplet: 15, 0F and 50. RGB value is (21,15,80). Sum of RGB (Red+Green+Blue) = 21+15+80=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #150F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F50 is #EAF0AF. Grayscale: #171717. Windows color (decimal): -15397040 or 5246741. OLE color: 5246741.

HSL color Cylindrical-coordinate representation of color #150F50: hue angle of 245.54º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150F50 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 15 80 -
CMYK 0.74 0.81 0 0.69
HSL 245.54º 0.68% 0.19% -
HSV(B) 245.54º 0.81% 0.31% -
XYZ 1.93 1.08 7.7 -
YUV 24.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 21 15 80 0.74 0.81 0 0.69 245.54 0.68 0.19
Hex 15 F 50 4A 51 0 45 F6 44 13
Octal 25 17 120 112 121 0 105 366 104 23
Binary 10101 1111 1010000 1001010 1010001 0 1000101 11110110 1000100 10011

Color Harmonies of #150F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F50

Black with #150F50

Text Example


Text Example

White with #150F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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