Html Css Color HEX #221087 Ultramarine

📋 copy color: '#221087'

red 34 ◦ green 16 ◦ blue 135

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

Shades of Ultramarine #221087

Tints of Ultramarine #221087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 135 (53.13% from 255) = 72.97%

R = 18.38%
G = 8.65%
B = 72.97%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#221087 (or 0x221087) is known color: Ultramarine. HEX triplet: 22, 10 and 87. RGB value is (34,16,135). Sum of RGB (Red+Green+Blue) = 34+16+135=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 135 (53.12% from 255 or 72.97% from 185); Max value from RGB is 135 - color contains mainly: blue. Hex color #221087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221087 is #DDEF78. Grayscale: #222222. Windows color (decimal): -14544761 or 8851490. OLE color: 8851490.

HSL color Cylindrical-coordinate representation of color #221087: hue angle of 249.08º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221087 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 16 135 -
CMYK 0.75 0.88 0 0.47
HSL 249.08º 0.79% 0.3% -
HSV(B) 249.08º 0.88% 0.53% -
XYZ 5.22 2.46 23.12 -
YUV 34.95 184.46 127.32 -
System Red Green Blue C M Y K H S L
Decimal 34 16 135 0.75 0.88 0 0.47 249.08 0.79 0.3
Hex 22 10 87 4B 58 0 2F F9 4F 1E
Octal 42 20 207 113 130 0 57 371 117 36
Binary 100010 10000 10000111 1001011 1011000 0 101111 11111001 1001111 11110

Color Harmonies of #221087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221087

Black with #221087

Text Example


Text Example

White with #221087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221087; }

 p { color: rgb(34,16,135); }

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

background-color css

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

 a { background-color: rgb(34,16,135); }

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

border-color css

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

 span { border-color: rgb(34,16,135); }

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