Html Css Color HEX #220B9D Ultramarine

📋 copy color: '#220B9D'

red 34 ◦ green 11 ◦ blue 157

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

Shades of Ultramarine #220B9D

Tints of Ultramarine #220B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 77.72%

R = 16.83%
G = 5.45%
B = 77.72%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#220B9D (or 0x220B9D) is known color: Ultramarine. HEX triplet: 22, 0B and 9D. RGB value is (34,11,157). Sum of RGB (Red+Green+Blue) = 34+11+157=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 157 (61.72% from 255 or 77.72% from 202); Max value from RGB is 157 - color contains mainly: blue. Hex color #220B9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220B9D is #DDF462. Grayscale: #212121. Windows color (decimal): -14546019 or 10292002. OLE color: 10292002.

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

Color convert

RGB 34 11 157 -
CMYK 0.78 0.93 0 0.38
HSL 249.45º 0.87% 0.33% -
HSV(B) 249.45º 0.93% 0.62% -
XYZ 6.87 3.01 32.12 -
YUV 34.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 34 11 157 0.78 0.93 0 0.38 249.45 0.87 0.33
Hex 22 B 9D 4E 5D 0 26 F9 57 21
Octal 42 13 235 116 135 0 46 371 127 41
Binary 100010 1011 10011101 1001110 1011101 0 100110 11111001 1010111 100001

Color Harmonies of #220B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220B9D

Black with #220B9D

Text Example


Text Example

White with #220B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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