Html Css Color HEX #221CAC Ultramarine

📋 copy color: '#221CAC'

red 34 ◦ green 28 ◦ blue 172

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

Shades of Ultramarine #221CAC

Tints of Ultramarine #221CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.97%

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

R = 14.53%
G = 11.97%
B = 73.5%

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

#221CAC (or 0x221CAC) is known color: Ultramarine. HEX triplet: 22, 1C and AC. RGB value is (34,28,172). Sum of RGB (Red+Green+Blue) = 34+28+172=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #221CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221CAC is #DDE353. Grayscale: #2D2D2D. Windows color (decimal): -14541652 or 11279394. OLE color: 11279394.

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

Color convert

RGB 34 28 172 -
CMYK 0.80 0.84 0 0.33
HSL 242.5º 0.72% 0.39% -
HSV(B) 242.5º 0.84% 0.67% -
XYZ 8.52 4.15 39.38 -
YUV 46.21 198.99 119.29 -
System Red Green Blue C M Y K H S L
Decimal 34 28 172 0.80 0.84 0 0.33 242.5 0.72 0.39
Hex 22 1C AC 50 54 0 21 F2 48 27
Octal 42 34 254 120 124 0 41 362 110 47
Binary 100010 11100 10101100 1010000 1010100 0 100001 11110010 1001000 100111

Color Harmonies of #221CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221CAC

Black with #221CAC

Text Example


Text Example

White with #221CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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