Html Css Color HEX #2115AA Ultramarine

📋 copy color: '#2115AA'

red 33 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #2115AA

Tints of Ultramarine #2115AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 170 (66.8% from 255) = 75.89%

R = 14.73%
G = 9.38%
B = 75.89%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2115AA (or 0x2115AA) is known color: Ultramarine. HEX triplet: 21, 15 and AA. RGB value is (33,21,170). Sum of RGB (Red+Green+Blue) = 33+21+170=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #2115AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2115AA is #DEEA55. Grayscale: #282828. Windows color (decimal): -14608982 or 11146529. OLE color: 11146529.

HSL color Cylindrical-coordinate representation of color #2115AA: hue angle of 244.83º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2115AA is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 21 170 -
CMYK 0.81 0.88 0 0.33
HSL 244.83º 0.78% 0.37% -
HSV(B) 244.83º 0.88% 0.67% -
XYZ 8.15 3.76 38.33 -
YUV 41.57 200.48 121.88 -
System Red Green Blue C M Y K H S L
Decimal 33 21 170 0.81 0.88 0 0.33 244.83 0.78 0.37
Hex 21 15 AA 51 58 0 21 F5 4E 25
Octal 41 25 252 121 130 0 41 365 116 45
Binary 100001 10101 10101010 1010001 1011000 0 100001 11110101 1001110 100101

Color Harmonies of #2115AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2115AA

Black with #2115AA

Text Example


Text Example

White with #2115AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2115AA; }

 p { color: rgb(33,21,170); }

 H1.HeaderClassName
 {
   color: #2115AA;
 }
 .AnyTagClassName
 {
   color: #2115AA;
 }
</style>

background-color css

<style>
 a { background-color: #2115AA; }

 a { background-color: rgb(33,21,170); }

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

border-color css

<style>
 span { border-color: #2115AA; }

 span { border-color: rgb(33,21,170); }

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