Html Css Color HEX #2112AE Ultramarine

📋 copy color: '#2112AE'

red 33 ◦ green 18 ◦ blue 174

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

Shades of Ultramarine #2112AE

Tints of Ultramarine #2112AE

RGB

 RED value IS 33 (13.28% from 255) = 14.67%

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 14.67%
G = 8%
B = 77.33%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2112AE (or 0x2112AE) is known color: Ultramarine. HEX triplet: 21, 12 and AE. RGB value is (33,18,174). Sum of RGB (Red+Green+Blue) = 33+18+174=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #2112AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2112AE is #DEED51. Grayscale: #272727. Windows color (decimal): -14609746 or 11407905. OLE color: 11407905.

HSL color Cylindrical-coordinate representation of color #2112AE: hue angle of 245.77º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2112AE is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 18 174 -
CMYK 0.81 0.90 0 0.32
HSL 245.77º 0.81% 0.38% -
HSV(B) 245.77º 0.9% 0.68% -
XYZ 8.48 3.81 40.33 -
YUV 40.27 203.47 122.82 -
System Red Green Blue C M Y K H S L
Decimal 33 18 174 0.81 0.90 0 0.32 245.77 0.81 0.38
Hex 21 12 AE 51 5A 0 20 F6 51 26
Octal 41 22 256 121 132 0 40 366 121 46
Binary 100001 10010 10101110 1010001 1011010 0 100000 11110110 1010001 100110

Color Harmonies of #2112AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2112AE

Black with #2112AE

Text Example


Text Example

White with #2112AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2112AE; }

 p { color: rgb(33,18,174); }

 H1.HeaderClassName
 {
   color: #2112AE;
 }
 .AnyTagClassName
 {
   color: #2112AE;
 }
</style>

background-color css

<style>
 a { background-color: #2112AE; }

 a { background-color: rgb(33,18,174); }

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

border-color css

<style>
 span { border-color: #2112AE; }

 span { border-color: rgb(33,18,174); }

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