Html Css Color HEX #221B88 Ultramarine

📋 copy color: '#221B88'

red 34 ◦ green 27 ◦ blue 136

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

Shades of Ultramarine #221B88

Tints of Ultramarine #221B88

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.71%

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

R = 17.26%
G = 13.71%
B = 69.04%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#221B88 (or 0x221B88) is known color: Ultramarine. HEX triplet: 22, 1B and 88. RGB value is (34,27,136). Sum of RGB (Red+Green+Blue) = 34+27+136=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 136 (53.52% from 255 or 69.04% from 197); Max value from RGB is 136 - color contains mainly: blue. Hex color #221B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221B88 is #DDE477. Grayscale: #292929. Windows color (decimal): -14541944 or 8919842. OLE color: 8919842.

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

Color convert

RGB 34 27 136 -
CMYK 0.75 0.80 0 0.47
HSL 243.85º 0.67% 0.32% -
HSV(B) 243.85º 0.8% 0.53% -
XYZ 5.5 2.9 23.56 -
YUV 41.52 181.32 122.64 -
System Red Green Blue C M Y K H S L
Decimal 34 27 136 0.75 0.80 0 0.47 243.85 0.67 0.32
Hex 22 1B 88 4B 50 0 2F F4 43 20
Octal 42 33 210 113 120 0 57 364 103 40
Binary 100010 11011 10001000 1001011 1010000 0 101111 11110100 1000011 100000

Color Harmonies of #221B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221B88

Black with #221B88

Text Example


Text Example

White with #221B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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