Html Css Color HEX #221AAF Ultramarine

📋 copy color: '#221AAF'

red 34 ◦ green 26 ◦ blue 175

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

Shades of Ultramarine #221AAF

Tints of Ultramarine #221AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 74.47%

R = 14.47%
G = 11.06%
B = 74.47%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#221AAF (or 0x221AAF) is known color: Ultramarine. HEX triplet: 22, 1A and AF. RGB value is (34,26,175). Sum of RGB (Red+Green+Blue) = 34+26+175=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #221AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221AAF is #DDE550. Grayscale: #2C2C2C. Windows color (decimal): -14542161 or 11475490. OLE color: 11475490.

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

Color convert

RGB 34 26 175 -
CMYK 0.81 0.85 0 0.31
HSL 243.22º 0.74% 0.39% -
HSV(B) 243.22º 0.85% 0.69% -
XYZ 8.77 4.17 40.9 -
YUV 45.38 201.15 119.88 -
System Red Green Blue C M Y K H S L
Decimal 34 26 175 0.81 0.85 0 0.31 243.22 0.74 0.39
Hex 22 1A AF 51 55 0 1F F3 4A 27
Octal 42 32 257 121 125 0 37 363 112 47
Binary 100010 11010 10101111 1010001 1010101 0 11111 11110011 1001010 100111

Color Harmonies of #221AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221AAF

Black with #221AAF

Text Example


Text Example

White with #221AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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