Html Css Color HEX #2115B1 Ultramarine

📋 copy color: '#2115B1'

red 33 ◦ green 21 ◦ blue 177

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

Shades of Ultramarine #2115B1

Tints of Ultramarine #2115B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 76.62%

R = 14.29%
G = 9.09%
B = 76.62%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2115B1 (or 0x2115B1) is known color: Ultramarine. HEX triplet: 21, 15 and B1. RGB value is (33,21,177). Sum of RGB (Red+Green+Blue) = 33+21+177=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 177 (69.53% from 255 or 76.62% from 231); Max value from RGB is 177 - color contains mainly: blue. Hex color #2115B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2115B1 is #DEEA4E. Grayscale: #292929. Windows color (decimal): -14608975 or 11605281. OLE color: 11605281.

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

Color convert

RGB 33 21 177 -
CMYK 0.81 0.88 0 0.31
HSL 244.62º 0.79% 0.39% -
HSV(B) 244.62º 0.88% 0.69% -
XYZ 8.83 4.03 41.91 -
YUV 42.37 203.98 121.32 -
System Red Green Blue C M Y K H S L
Decimal 33 21 177 0.81 0.88 0 0.31 244.62 0.79 0.39
Hex 21 15 B1 51 58 0 1F F5 4F 27
Octal 41 25 261 121 130 0 37 365 117 47
Binary 100001 10101 10110001 1010001 1011000 0 11111 11110101 1001111 100111

Color Harmonies of #2115B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2115B1

Black with #2115B1

Text Example


Text Example

White with #2115B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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