Html Css Color HEX #2115A4 Ultramarine

📋 copy color: '#2115A4'

red 33 ◦ green 21 ◦ blue 164

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

Shades of Ultramarine #2115A4

Tints of Ultramarine #2115A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 75.23%

R = 15.14%
G = 9.63%
B = 75.23%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2115A4 (or 0x2115A4) is known color: Ultramarine. HEX triplet: 21, 15 and A4. RGB value is (33,21,164). Sum of RGB (Red+Green+Blue) = 33+21+164=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 164 (64.45% from 255 or 75.23% from 218); Max value from RGB is 164 - color contains mainly: blue. Hex color #2115A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2115A4 is #DEEA5B. Grayscale: #282828. Windows color (decimal): -14608988 or 10753313. OLE color: 10753313.

HSL color Cylindrical-coordinate representation of color #2115A4: hue angle of 245.03º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2115A4 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 33 21 164 -
CMYK 0.80 0.87 0 0.36
HSL 245.04º 0.77% 0.36% -
HSV(B) 245.04º 0.87% 0.64% -
XYZ 7.6 3.54 35.4 -
YUV 40.89 197.48 122.37 -
System Red Green Blue C M Y K H S L
Decimal 33 21 164 0.80 0.87 0 0.36 245.04 0.77 0.36
Hex 21 15 A4 50 57 0 24 F5 4D 24
Octal 41 25 244 120 127 0 44 365 115 44
Binary 100001 10101 10100100 1010000 1010111 0 100100 11110101 1001101 100100

Color Harmonies of #2115A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2115A4

Black with #2115A4

Text Example


Text Example

White with #2115A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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