Html Css Color HEX #150452 Paua

📋 copy color: '#150452'

red 21 ◦ green 4 ◦ blue 82

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

Shades of Paua #150452

Tints of Paua #150452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.74%

 BLUE value IS 82 (32.42% from 255) = 76.64%

R = 19.63%
G = 3.74%
B = 76.64%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#150452 (or 0x150452) is known color: Paua. HEX triplet: 15, 04 and 52. RGB value is (21,4,82). Sum of RGB (Red+Green+Blue) = 21+4+82=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #150452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150452 is #EAFBAD. Grayscale: #111111. Windows color (decimal): -15399854 or 5374997. OLE color: 5374997.

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

Color convert

RGB 21 4 82 -
CMYK 0.74 0.95 0 0.68
HSL 253.08º 0.91% 0.17% -
HSV(B) 253.08º 0.95% 0.32% -
XYZ 1.88 0.86 8.05 -
YUV 17.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 21 4 82 0.74 0.95 0 0.68 253.08 0.91 0.17
Hex 15 4 52 4A 5F 0 44 FD 5B 11
Octal 25 4 122 112 137 0 104 375 133 21
Binary 10101 100 1010010 1001010 1011111 0 1000100 11111101 1011011 10001

Color Harmonies of #150452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150452

Black with #150452

Text Example


Text Example

White with #150452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150452; }

 p { color: rgb(21,4,82); }

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

background-color css

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

 a { background-color: rgb(21,4,82); }

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

border-color css

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

 span { border-color: rgb(21,4,82); }

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