Html Css Color HEX #150853 Paua

📋 copy color: '#150853'

red 21 ◦ green 8 ◦ blue 83

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

Shades of Paua #150853

Tints of Paua #150853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.14%

 BLUE value IS 83 (32.81% from 255) = 74.11%

R = 18.75%
G = 7.14%
B = 74.11%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#150853 (or 0x150853) is known color: Paua. HEX triplet: 15, 08 and 53. RGB value is (21,8,83). Sum of RGB (Red+Green+Blue) = 21+8+83=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 83 (32.81% from 255 or 74.11% from 112); Max value from RGB is 83 - color contains mainly: blue. Hex color #150853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150853 is #EAF7AC. Grayscale: #141414. Windows color (decimal): -15398829 or 5441557. OLE color: 5441557.

HSL color Cylindrical-coordinate representation of color #150853: hue angle of 250.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150853 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 8 83 -
CMYK 0.75 0.90 0 0.67
HSL 250.4º 0.82% 0.18% -
HSV(B) 250.4º 0.9% 0.33% -
XYZ 1.96 0.96 8.27 -
YUV 20.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 21 8 83 0.75 0.90 0 0.67 250.4 0.82 0.18
Hex 15 8 53 4B 5A 0 43 FA 52 12
Octal 25 10 123 113 132 0 103 372 122 22
Binary 10101 1000 1010011 1001011 1011010 0 1000011 11111010 1010010 10010

Color Harmonies of #150853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150853

Black with #150853

Text Example


Text Example

White with #150853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150853; }

 p { color: rgb(21,8,83); }

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

background-color css

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

 a { background-color: rgb(21,8,83); }

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

border-color css

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

 span { border-color: rgb(21,8,83); }

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