Html Css Color HEX #221BAC Ultramarine

📋 copy color: '#221BAC'

red 34 ◦ green 27 ◦ blue 172

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

Shades of Ultramarine #221BAC

Tints of Ultramarine #221BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 73.82%

R = 14.59%
G = 11.59%
B = 73.82%

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

#221BAC (or 0x221BAC) is known color: Ultramarine. HEX triplet: 22, 1B and AC. RGB value is (34,27,172). Sum of RGB (Red+Green+Blue) = 34+27+172=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #221BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221BAC is #DDE453. Grayscale: #2D2D2D. Windows color (decimal): -14541908 or 11279138. OLE color: 11279138.

HSL color Cylindrical-coordinate representation of color #221BAC: hue angle of 242.9º 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 #221BAC is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 27 172 -
CMYK 0.80 0.84 0 0.33
HSL 242.9º 0.73% 0.39% -
HSV(B) 242.9º 0.84% 0.67% -
XYZ 8.5 4.1 39.37 -
YUV 45.62 199.32 119.71 -
System Red Green Blue C M Y K H S L
Decimal 34 27 172 0.80 0.84 0 0.33 242.9 0.73 0.39
Hex 22 1B AC 50 54 0 21 F3 49 27
Octal 42 33 254 120 124 0 41 363 111 47
Binary 100010 11011 10101100 1010000 1010100 0 100001 11110011 1001001 100111

Color Harmonies of #221BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221BAC

Black with #221BAC

Text Example


Text Example

White with #221BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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