#221F96

Color #221F96 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #221F96

Tints of Ultramarine #221F96

Color information

#221F96 (or 0x221F96) is unknown color: approx Ultramarine. HEX triplet: 22, 1F and 96. RGB value is (34,31,150). Sum of RGB (Red+Green+Blue) = 34+31+150=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 150 (58.98% from 255 or 69.77% from 215); Max value from RGB is 150 - color contains mainly: blue. Hex color #221F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221F96 is #DDE069. Grayscale: #2C2C2C. Windows color (decimal): -14540906 or 9838370. OLE color: 9838370.

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

Color convert

RGB3431150-
CMYK0.770.7900.41
HSL241.51º65.75%35.49%-
HSV(B)241.51º79.33%58.82%-
XYZ6.653.5229.18-
YUV45.46186.99119.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.81%
GREEN value IS 31 (12.5% from 255) = 14.42%
BLUE value IS 150 (58.98% from 255) = 69.77%
R=15.81%
G=14.42%
B=69.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal34311500.770.7900.41241.5165.7535.49
Hex221F964D4F029f24223
Octal423722611511705136210243
Binary1000101111110010110100110110011110101001111100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #221F96;
 }
 .AnyTagClassName
 {
   color: #221F96;
 }
</style>
background-color css

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

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

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

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

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

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