Html Css Color HEX #210F59 Paua

📋 copy color: '#210F59'

red 33 ◦ green 15 ◦ blue 89

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

Shades of Paua #210F59

Tints of Paua #210F59

RGB

 RED value IS 33 (13.28% from 255) = 24.09%

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

 BLUE value IS 89 (35.16% from 255) = 64.96%

R = 24.09%
G = 10.95%
B = 64.96%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#210F59 (or 0x210F59) is known color: Paua. HEX triplet: 21, 0F and 59. RGB value is (33,15,89). Sum of RGB (Red+Green+Blue) = 33+15+89=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #210F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210F59 is #DEF0A6. Grayscale: #1C1C1C. Windows color (decimal): -14610599 or 5836577. OLE color: 5836577.

HSL color Cylindrical-coordinate representation of color #210F59: hue angle of 254.59º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #210F59 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 15 89 -
CMYK 0.63 0.83 0 0.65
HSL 254.59º 0.71% 0.2% -
HSV(B) 254.59º 0.83% 0.35% -
XYZ 2.6 1.39 9.58 -
YUV 28.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 33 15 89 0.63 0.83 0 0.65 254.59 0.71 0.2
Hex 21 F 59 3F 53 0 41 FF 47 14
Octal 41 17 131 77 123 0 101 377 107 24
Binary 100001 1111 1011001 111111 1010011 0 1000001 11111111 1000111 10100

Color Harmonies of #210F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210F59

Black with #210F59

Text Example


Text Example

White with #210F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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