Html Css Color HEX #220EB0 Ultramarine

📋 copy color: '#220EB0'

red 34 ◦ green 14 ◦ blue 176

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

Shades of Ultramarine #220EB0

Tints of Ultramarine #220EB0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.25%

 BLUE value IS 176 (69.14% from 255) = 78.57%

R = 15.18%
G = 6.25%
B = 78.57%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#220EB0 (or 0x220EB0) is known color: Ultramarine. HEX triplet: 22, 0E and B0. RGB value is (34,14,176). Sum of RGB (Red+Green+Blue) = 34+14+176=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 176 (69.14% from 255 or 78.57% from 224); Max value from RGB is 176 - color contains mainly: blue. Hex color #220EB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220EB0 is #DDF14F. Grayscale: #252525. Windows color (decimal): -14545232 or 11537954. OLE color: 11537954.

HSL color Cylindrical-coordinate representation of color #220EB0: hue angle of 247.41º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220EB0 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 14 176 -
CMYK 0.81 0.92 0 0.31
HSL 247.41º 0.85% 0.37% -
HSV(B) 247.41º 0.92% 0.69% -
XYZ 8.65 3.79 41.35 -
YUV 38.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 34 14 176 0.81 0.92 0 0.31 247.41 0.85 0.37
Hex 22 E B0 51 5C 0 1F F7 55 25
Octal 42 16 260 121 134 0 37 367 125 45
Binary 100010 1110 10110000 1010001 1011100 0 11111 11110111 1010101 100101

Color Harmonies of #220EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220EB0

Black with #220EB0

Text Example


Text Example

White with #220EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,14,176); }

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

background-color css

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

 a { background-color: rgb(34,14,176); }

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

border-color css

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

 span { border-color: rgb(34,14,176); }

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