Html Css Color HEX #220F59 Paua

📋 copy color: '#220F59'

red 34 ◦ green 15 ◦ blue 89

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

Shades of Paua #220F59

Tints of Paua #220F59

RGB

 RED value IS 34 (13.67% from 255) = 24.64%

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

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

R = 24.64%
G = 10.87%
B = 64.49%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#220F59 (or 0x220F59) is known color: Paua. HEX triplet: 22, 0F and 59. RGB value is (34,15,89). Sum of RGB (Red+Green+Blue) = 34+15+89=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #220F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220F59 is #DDF0A6. Grayscale: #1C1C1C. Windows color (decimal): -14545063 or 5836578. OLE color: 5836578.

HSL color Cylindrical-coordinate representation of color #220F59: hue angle of 255.41º 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 #220F59 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 15 89 -
CMYK 0.62 0.83 0 0.65
HSL 255.41º 0.71% 0.2% -
HSV(B) 255.41º 0.83% 0.35% -
XYZ 2.63 1.4 9.58 -
YUV 29.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 34 15 89 0.62 0.83 0 0.65 255.41 0.71 0.2
Hex 22 F 59 3E 53 0 41 FF 47 14
Octal 42 17 131 76 123 0 101 377 107 24
Binary 100010 1111 1011001 111110 1010011 0 1000001 11111111 1000111 10100

Color Harmonies of #220F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220F59

Black with #220F59

Text Example


Text Example

White with #220F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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