Html Css Color HEX #150353 Paua

📋 copy color: '#150353'

red 21 ◦ green 3 ◦ blue 83

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

Shades of Paua #150353

Tints of Paua #150353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.8%

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

R = 19.63%
G = 2.8%
B = 77.57%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#150353 (or 0x150353) is known color: Paua. HEX triplet: 15, 03 and 53. RGB value is (21,3,83). Sum of RGB (Red+Green+Blue) = 21+3+83=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #150353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150353 is #EAFCAC. Grayscale: #111111. Windows color (decimal): -15400109 or 5440277. OLE color: 5440277.

HSL color Cylindrical-coordinate representation of color #150353: hue angle of 253.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150353 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 3 83 -
CMYK 0.75 0.96 0 0.67
HSL 253.5º 0.93% 0.17% -
HSV(B) 253.5º 0.96% 0.33% -
XYZ 1.9 0.85 8.25 -
YUV 17.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 21 3 83 0.75 0.96 0 0.67 253.5 0.93 0.17
Hex 15 3 53 4B 60 0 43 FE 5D 11
Octal 25 3 123 113 140 0 103 376 135 21
Binary 10101 11 1010011 1001011 1100000 0 1000011 11111110 1011101 10001

Color Harmonies of #150353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150353

Black with #150353

Text Example


Text Example

White with #150353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150353; }

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

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

background-color css

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

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

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

border-color css

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

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

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