#210F5B

Color #210F5B Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #210F5B

Tints of Paua #210F5B

Color information

#210F5B (or 0x210F5B) is unknown color: approx Paua. HEX triplet: 21, 0F and 5B. RGB value is (33,15,91). Sum of RGB (Red+Green+Blue) = 33+15+91=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #210F5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210F5B is #DEF0A4. Grayscale: #1C1C1C. Windows color (decimal): -14610597 or 5967649. OLE color: 5967649.

HSL color Cylindrical-coordinate representation of color #210F5B: hue angle of 254.21º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #210F5B is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB331591-
CMYK0.640.8400.64
HSL254.21º71.7%20.78%-
HSV(B)254.21º83.52%35.69%-
XYZ2.691.4210.03-
YUV29.05162.96130.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 15 (6.25% from 255) = 10.79%
BLUE value IS 91 (35.94% from 255) = 65.47%
R=23.74%
G=10.79%
B=65.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3315910.640.8400.64254.2171.720.78
Hex21F5B4054040fe4815
Octal4117133100124010037611025
Binary10000111111011011100000010101000100000011111110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210F5B; }

 p { color: rgb(33,15,91); }

 H1.HeaderClassName
 {
   color: #210F5B;
 }
 .AnyTagClassName
 {
   color: #210F5B;
 }
</style>
background-color css

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

 a { background-color: rgb(33,15,91); }

 div.DivClassName
 {
   background-color: #210F5B;
 }
 .BgClassName
 {
   background-color: #210F5B;
 }
</style>
border-color css

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

 span { border-color: rgb(33,15,91); }

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