Html Css Color HEX #2115B0 Ultramarine

📋 copy color: '#2115B0'

red 33 ◦ green 21 ◦ blue 176

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

Shades of Ultramarine #2115B0

Tints of Ultramarine #2115B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 76.52%

R = 14.35%
G = 9.13%
B = 76.52%

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

#2115B0 (or 0x2115B0) is known color: Ultramarine. HEX triplet: 21, 15 and B0. RGB value is (33,21,176). Sum of RGB (Red+Green+Blue) = 33+21+176=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 176 (69.14% from 255 or 76.52% from 230); Max value from RGB is 176 - color contains mainly: blue. Hex color #2115B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2115B0 is #DEEA4F. Grayscale: #292929. Windows color (decimal): -14608976 or 11539745. OLE color: 11539745.

HSL color Cylindrical-coordinate representation of color #2115B0: hue angle of 244.65º 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 #2115B0 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 21 176 -
CMYK 0.81 0.88 0 0.31
HSL 244.65º 0.79% 0.39% -
HSV(B) 244.65º 0.88% 0.69% -
XYZ 8.73 3.99 41.39 -
YUV 42.26 203.48 121.4 -
System Red Green Blue C M Y K H S L
Decimal 33 21 176 0.81 0.88 0 0.31 244.65 0.79 0.39
Hex 21 15 B0 51 58 0 1F F5 4F 27
Octal 41 25 260 121 130 0 37 365 117 47
Binary 100001 10101 10110000 1010001 1011000 0 11111 11110101 1001111 100111

Color Harmonies of #2115B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2115B0

Black with #2115B0

Text Example


Text Example

White with #2115B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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