Html Css Color HEX #220AB6 Ultramarine

📋 copy color: '#220AB6'

red 34 ◦ green 10 ◦ blue 182

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

Shades of Ultramarine #220AB6

Tints of Ultramarine #220AB6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.42%

 BLUE value IS 182 (71.48% from 255) = 80.53%

R = 15.04%
G = 4.42%
B = 80.53%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#220AB6 (or 0x220AB6) is known color: Ultramarine. HEX triplet: 22, 0A and B6. RGB value is (34,10,182). Sum of RGB (Red+Green+Blue) = 34+10+182=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 182 (71.48% from 255 or 80.53% from 226); Max value from RGB is 182 - color contains mainly: blue. Hex color #220AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220AB6 is #DDF549. Grayscale: #242424. Windows color (decimal): -14546250 or 11930146. OLE color: 11930146.

HSL color Cylindrical-coordinate representation of color #220AB6: hue angle of 248.37º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220AB6 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 10 182 -
CMYK 0.81 0.95 0 0.29
HSL 248.37º 0.9% 0.38% -
HSV(B) 248.37º 0.95% 0.71% -
XYZ 9.21 3.93 44.53 -
YUV 36.78 209.95 126.01 -
System Red Green Blue C M Y K H S L
Decimal 34 10 182 0.81 0.95 0 0.29 248.37 0.9 0.38
Hex 22 A B6 51 5F 0 1D F8 5A 26
Octal 42 12 266 121 137 0 35 370 132 46
Binary 100010 1010 10110110 1010001 1011111 0 11101 11111000 1011010 100110

Color Harmonies of #220AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220AB6

Black with #220AB6

Text Example


Text Example

White with #220AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,10,182); }

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

background-color css

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

 a { background-color: rgb(34,10,182); }

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

border-color css

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

 span { border-color: rgb(34,10,182); }

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