Html Css Color HEX #221C94 Ultramarine

📋 copy color: '#221C94'

red 34 ◦ green 28 ◦ blue 148

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

Shades of Ultramarine #221C94

Tints of Ultramarine #221C94

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.33%

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

R = 16.19%
G = 13.33%
B = 70.48%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#221C94 (or 0x221C94) is known color: Ultramarine. HEX triplet: 22, 1C and 94. RGB value is (34,28,148). Sum of RGB (Red+Green+Blue) = 34+28+148=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #221C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221C94 is #DDE36B. Grayscale: #2B2B2B. Windows color (decimal): -14541676 or 9706530. OLE color: 9706530.

HSL color Cylindrical-coordinate representation of color #221C94: hue angle of 243º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221C94 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 28 148 -
CMYK 0.77 0.81 0 0.42
HSL 243º 0.68% 0.35% -
HSV(B) 243º 0.81% 0.58% -
XYZ 6.42 3.31 28.32 -
YUV 43.47 186.99 121.24 -
System Red Green Blue C M Y K H S L
Decimal 34 28 148 0.77 0.81 0 0.42 243 0.68 0.35
Hex 22 1C 94 4D 51 0 2A F3 44 23
Octal 42 34 224 115 121 0 52 363 104 43
Binary 100010 11100 10010100 1001101 1010001 0 101010 11110011 1000100 100011

Color Harmonies of #221C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221C94

Black with #221C94

Text Example


Text Example

White with #221C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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