Html Css Color HEX #221F92 Ultramarine

📋 copy color: '#221F92'

red 34 ◦ green 31 ◦ blue 146

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

Shades of Ultramarine #221F92

Tints of Ultramarine #221F92

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.69%

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

R = 16.11%
G = 14.69%
B = 69.19%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#221F92 (or 0x221F92) is known color: Ultramarine. HEX triplet: 22, 1F and 92. RGB value is (34,31,146). Sum of RGB (Red+Green+Blue) = 34+31+146=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #221F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221F92 is #DDE06D. Grayscale: #2C2C2C. Windows color (decimal): -14540910 or 9576226. OLE color: 9576226.

HSL color Cylindrical-coordinate representation of color #221F92: hue angle of 241.57º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221F92 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 31 146 -
CMYK 0.77 0.79 0 0.43
HSL 241.57º 0.65% 0.35% -
HSV(B) 241.57º 0.79% 0.57% -
XYZ 6.34 3.4 27.52 -
YUV 45.01 184.99 120.15 -
System Red Green Blue C M Y K H S L
Decimal 34 31 146 0.77 0.79 0 0.43 241.57 0.65 0.35
Hex 22 1F 92 4D 4F 0 2B F2 41 23
Octal 42 37 222 115 117 0 53 362 101 43
Binary 100010 11111 10010010 1001101 1001111 0 101011 11110010 1000001 100011

Color Harmonies of #221F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F92

Black with #221F92

Text Example


Text Example

White with #221F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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