Html Css Color HEX #220B89 Ultramarine

📋 copy color: '#220B89'

red 34 ◦ green 11 ◦ blue 137

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

Shades of Ultramarine #220B89

Tints of Ultramarine #220B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.04%

 BLUE value IS 137 (53.91% from 255) = 75.27%

R = 18.68%
G = 6.04%
B = 75.27%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#220B89 (or 0x220B89) is known color: Ultramarine. HEX triplet: 22, 0B and 89. RGB value is (34,11,137). Sum of RGB (Red+Green+Blue) = 34+11+137=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 137 (53.91% from 255 or 75.27% from 182); Max value from RGB is 137 - color contains mainly: blue. Hex color #220B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220B89 is #DDF476. Grayscale: #1F1F1F. Windows color (decimal): -14546039 or 8981282. OLE color: 8981282.

HSL color Cylindrical-coordinate representation of color #220B89: hue angle of 250.95º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220B89 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 11 137 -
CMYK 0.75 0.92 0 0.46
HSL 250.95º 0.85% 0.29% -
HSV(B) 250.95º 0.92% 0.54% -
XYZ 5.29 2.39 23.85 -
YUV 32.24 187.12 129.25 -
System Red Green Blue C M Y K H S L
Decimal 34 11 137 0.75 0.92 0 0.46 250.95 0.85 0.29
Hex 22 B 89 4B 5C 0 2E FB 55 1D
Octal 42 13 211 113 134 0 56 373 125 35
Binary 100010 1011 10001001 1001011 1011100 0 101110 11111011 1010101 11101

Color Harmonies of #220B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220B89

Black with #220B89

Text Example


Text Example

White with #220B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,11,137); }

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

background-color css

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

 a { background-color: rgb(34,11,137); }

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

border-color css

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

 span { border-color: rgb(34,11,137); }

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