Html Css Color HEX #220794 Ultramarine

📋 copy color: '#220794'

red 34 ◦ green 7 ◦ blue 148

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

Shades of Ultramarine #220794

Tints of Ultramarine #220794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.7%

 BLUE value IS 148 (58.2% from 255) = 78.31%

R = 17.99%
G = 3.7%
B = 78.31%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#220794 (or 0x220794) is known color: Ultramarine. HEX triplet: 22, 07 and 94. RGB value is (34,7,148). Sum of RGB (Red+Green+Blue) = 34+7+148=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 148 (58.20% from 255 or 78.31% from 189); Max value from RGB is 148 - color contains mainly: blue. Hex color #220794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220794 is #DDF86B. Grayscale: #1E1E1E. Windows color (decimal): -14547052 or 9701154. OLE color: 9701154.

HSL color Cylindrical-coordinate representation of color #220794: hue angle of 251.49º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220794 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 7 148 -
CMYK 0.77 0.95 0 0.42
HSL 251.49º 0.91% 0.3% -
HSV(B) 251.49º 0.95% 0.58% -
XYZ 6.08 2.63 28.2 -
YUV 31.15 193.95 130.04 -
System Red Green Blue C M Y K H S L
Decimal 34 7 148 0.77 0.95 0 0.42 251.49 0.91 0.3
Hex 22 7 94 4D 5F 0 2A FB 5B 1E
Octal 42 7 224 115 137 0 52 373 133 36
Binary 100010 111 10010100 1001101 1011111 0 101010 11111011 1011011 11110

Color Harmonies of #220794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220794

Black with #220794

Text Example


Text Example

White with #220794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220794; }

 p { color: rgb(34,7,148); }

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

background-color css

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

 a { background-color: rgb(34,7,148); }

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

border-color css

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

 span { border-color: rgb(34,7,148); }

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