Html Css Color HEX #221D92 Ultramarine

📋 copy color: '#221D92'

red 34 ◦ green 29 ◦ blue 146

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

Shades of Ultramarine #221D92

Tints of Ultramarine #221D92

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.88%

 BLUE value IS 146 (57.42% from 255) = 69.86%

R = 16.27%
G = 13.88%
B = 69.86%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#221D92 (or 0x221D92) is known color: Ultramarine. HEX triplet: 22, 1D and 92. RGB value is (34,29,146). Sum of RGB (Red+Green+Blue) = 34+29+146=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #221D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221D92 is #DDE26D. Grayscale: #2B2B2B. Windows color (decimal): -14541422 or 9575714. OLE color: 9575714.

HSL color Cylindrical-coordinate representation of color #221D92: hue angle of 242.56º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #221D92 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 29 146 -
CMYK 0.77 0.80 0 0.43
HSL 242.56º 0.67% 0.34% -
HSV(B) 242.56º 0.8% 0.57% -
XYZ 6.29 3.29 27.5 -
YUV 43.83 185.66 120.99 -
System Red Green Blue C M Y K H S L
Decimal 34 29 146 0.77 0.80 0 0.43 242.56 0.67 0.34
Hex 22 1D 92 4D 50 0 2B F3 43 22
Octal 42 35 222 115 120 0 53 363 103 42
Binary 100010 11101 10010010 1001101 1010000 0 101011 11110011 1000011 100010

Color Harmonies of #221D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D92

Black with #221D92

Text Example


Text Example

White with #221D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,29,146); }

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

background-color css

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

 a { background-color: rgb(34,29,146); }

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

border-color css

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

 span { border-color: rgb(34,29,146); }

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