Html Css Color HEX #221D88 Ultramarine

📋 copy color: '#221D88'

red 34 ◦ green 29 ◦ blue 136

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

Shades of Ultramarine #221D88

Tints of Ultramarine #221D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 68.34%

R = 17.09%
G = 14.57%
B = 68.34%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#221D88 (or 0x221D88) is known color: Ultramarine. HEX triplet: 22, 1D and 88. RGB value is (34,29,136). Sum of RGB (Red+Green+Blue) = 34+29+136=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #221D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221D88 is #DDE277. Grayscale: #2A2A2A. Windows color (decimal): -14541432 or 8920354. OLE color: 8920354.

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

Color convert

RGB 34 29 136 -
CMYK 0.75 0.79 0 0.47
HSL 242.8º 0.65% 0.32% -
HSV(B) 242.8º 0.79% 0.53% -
XYZ 5.54 3 23.58 -
YUV 42.69 180.66 121.8 -
System Red Green Blue C M Y K H S L
Decimal 34 29 136 0.75 0.79 0 0.47 242.8 0.65 0.32
Hex 22 1D 88 4B 4F 0 2F F3 41 20
Octal 42 35 210 113 117 0 57 363 101 40
Binary 100010 11101 10001000 1001011 1001111 0 101111 11110011 1000001 100000

Color Harmonies of #221D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D88

Black with #221D88

Text Example


Text Example

White with #221D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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