Html Css Color HEX #221BAB Ultramarine

📋 copy color: '#221BAB'

red 34 ◦ green 27 ◦ blue 171

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

Shades of Ultramarine #221BAB

Tints of Ultramarine #221BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 73.71%

R = 14.66%
G = 11.64%
B = 73.71%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#221BAB (or 0x221BAB) is known color: Ultramarine. HEX triplet: 22, 1B and AB. RGB value is (34,27,171). Sum of RGB (Red+Green+Blue) = 34+27+171=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #221BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221BAB is #DDE454. Grayscale: #2C2C2C. Windows color (decimal): -14541909 or 11213602. OLE color: 11213602.

HSL color Cylindrical-coordinate representation of color #221BAB: hue angle of 242.92º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221BAB is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 27 171 -
CMYK 0.80 0.84 0 0.33
HSL 242.92º 0.73% 0.39% -
HSV(B) 242.92º 0.84% 0.67% -
XYZ 8.4 4.06 38.87 -
YUV 45.51 198.82 119.79 -
System Red Green Blue C M Y K H S L
Decimal 34 27 171 0.80 0.84 0 0.33 242.92 0.73 0.39
Hex 22 1B AB 50 54 0 21 F3 49 27
Octal 42 33 253 120 124 0 41 363 111 47
Binary 100010 11011 10101011 1010000 1010100 0 100001 11110011 1001001 100111

Color Harmonies of #221BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221BAB

Black with #221BAB

Text Example


Text Example

White with #221BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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