Html Css Color HEX #221987 Ultramarine

📋 copy color: '#221987'

red 34 ◦ green 25 ◦ blue 135

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

Shades of Ultramarine #221987

Tints of Ultramarine #221987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 17.53%
G = 12.89%
B = 69.59%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#221987 (or 0x221987) is known color: Ultramarine. HEX triplet: 22, 19 and 87. RGB value is (34,25,135). Sum of RGB (Red+Green+Blue) = 34+25+135=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 135 (53.12% from 255 or 69.59% from 194); Max value from RGB is 135 - color contains mainly: blue. Hex color #221987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221987 is #DDE678. Grayscale: #272727. Windows color (decimal): -14542457 or 8853794. OLE color: 8853794.

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

Color convert

RGB 34 25 135 -
CMYK 0.75 0.81 0 0.47
HSL 244.91º 0.69% 0.31% -
HSV(B) 244.91º 0.81% 0.53% -
XYZ 5.38 2.78 23.18 -
YUV 40.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 34 25 135 0.75 0.81 0 0.47 244.91 0.69 0.31
Hex 22 19 87 4B 51 0 2F F5 45 1F
Octal 42 31 207 113 121 0 57 365 105 37
Binary 100010 11001 10000111 1001011 1010001 0 101111 11110101 1000101 11111

Color Harmonies of #221987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221987

Black with #221987

Text Example


Text Example

White with #221987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221987; }

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

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

background-color css

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

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

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

border-color css

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

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

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