Html Css Color HEX #2213A6 Ultramarine

📋 copy color: '#2213A6'

red 34 ◦ green 19 ◦ blue 166

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

Shades of Ultramarine #2213A6

Tints of Ultramarine #2213A6

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

 BLUE value IS 166 (65.23% from 255) = 75.8%

R = 15.53%
G = 8.68%
B = 75.8%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2213A6 (or 0x2213A6) is known color: Ultramarine. HEX triplet: 22, 13 and A6. RGB value is (34,19,166). Sum of RGB (Red+Green+Blue) = 34+19+166=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 166 (65.23% from 255 or 75.80% from 219); Max value from RGB is 166 - color contains mainly: blue. Hex color #2213A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2213A6 is #DDEC59. Grayscale: #272727. Windows color (decimal): -14543962 or 10883874. OLE color: 10883874.

HSL color Cylindrical-coordinate representation of color #2213A6: hue angle of 246.12º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2213A6 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 34 19 166 -
CMYK 0.80 0.89 0 0.35
HSL 246.12º 0.79% 0.36% -
HSV(B) 246.12º 0.89% 0.65% -
XYZ 7.78 3.56 36.35 -
YUV 40.24 198.97 123.55 -
System Red Green Blue C M Y K H S L
Decimal 34 19 166 0.80 0.89 0 0.35 246.12 0.79 0.36
Hex 22 13 A6 50 59 0 23 F6 4F 24
Octal 42 23 246 120 131 0 43 366 117 44
Binary 100010 10011 10100110 1010000 1011001 0 100011 11110110 1001111 100100

Color Harmonies of #2213A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2213A6

Black with #2213A6

Text Example


Text Example

White with #2213A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2213A6; }

 p { color: rgb(34,19,166); }

 H1.HeaderClassName
 {
   color: #2213A6;
 }
 .AnyTagClassName
 {
   color: #2213A6;
 }
</style>

background-color css

<style>
 a { background-color: #2213A6; }

 a { background-color: rgb(34,19,166); }

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

border-color css

<style>
 span { border-color: #2213A6; }

 span { border-color: rgb(34,19,166); }

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