Html Css Color HEX #221AAE Ultramarine

📋 copy color: '#221AAE'

red 34 ◦ green 26 ◦ blue 174

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

Shades of Ultramarine #221AAE

Tints of Ultramarine #221AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.11%

 BLUE value IS 174 (68.36% from 255) = 74.36%

R = 14.53%
G = 11.11%
B = 74.36%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#221AAE (or 0x221AAE) is known color: Ultramarine. HEX triplet: 22, 1A and AE. RGB value is (34,26,174). Sum of RGB (Red+Green+Blue) = 34+26+174=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #221AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221AAE is #DDE551. Grayscale: #2C2C2C. Windows color (decimal): -14542162 or 11409954. OLE color: 11409954.

HSL color Cylindrical-coordinate representation of color #221AAE: hue angle of 243.24º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221AAE is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 34 26 174 -
CMYK 0.80 0.85 0 0.32
HSL 243.24º 0.74% 0.39% -
HSV(B) 243.24º 0.85% 0.68% -
XYZ 8.67 4.13 40.39 -
YUV 45.26 200.65 119.97 -
System Red Green Blue C M Y K H S L
Decimal 34 26 174 0.80 0.85 0 0.32 243.24 0.74 0.39
Hex 22 1A AE 50 55 0 20 F3 4A 27
Octal 42 32 256 120 125 0 40 363 112 47
Binary 100010 11010 10101110 1010000 1010101 0 100000 11110011 1001010 100111

Color Harmonies of #221AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221AAE

Black with #221AAE

Text Example


Text Example

White with #221AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,26,174); }

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

background-color css

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

 a { background-color: rgb(34,26,174); }

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

border-color css

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

 span { border-color: rgb(34,26,174); }

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