Html Css Color HEX #220B99 Ultramarine

📋 copy color: '#220B99'

red 34 ◦ green 11 ◦ blue 153

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

Shades of Ultramarine #220B99

Tints of Ultramarine #220B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 77.27%

R = 17.17%
G = 5.56%
B = 77.27%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#220B99 (or 0x220B99) is known color: Ultramarine. HEX triplet: 22, 0B and 99. RGB value is (34,11,153). Sum of RGB (Red+Green+Blue) = 34+11+153=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 153 (60.16% from 255 or 77.27% from 198); Max value from RGB is 153 - color contains mainly: blue. Hex color #220B99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220B99 is #DDF466. Grayscale: #212121. Windows color (decimal): -14546023 or 10029858. OLE color: 10029858.

HSL color Cylindrical-coordinate representation of color #220B99: hue angle of 249.72º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220B99 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 11 153 -
CMYK 0.78 0.93 0 0.4
HSL 249.72º 0.87% 0.32% -
HSV(B) 249.72º 0.93% 0.6% -
XYZ 6.53 2.88 30.35 -
YUV 34.07 195.12 127.95 -
System Red Green Blue C M Y K H S L
Decimal 34 11 153 0.78 0.93 0 0.4 249.72 0.87 0.32
Hex 22 B 99 4E 5D 0 28 FA 57 20
Octal 42 13 231 116 135 0 50 372 127 40
Binary 100010 1011 10011001 1001110 1011101 0 101000 11111010 1010111 100000

Color Harmonies of #220B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220B99

Black with #220B99

Text Example


Text Example

White with #220B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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