Html Css Color HEX #2015B1 Ultramarine

📋 copy color: '#2015B1'

red 32 ◦ green 21 ◦ blue 177

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

Shades of Ultramarine #2015B1

Tints of Ultramarine #2015B1

RGB

 RED value IS 32 (12.89% from 255) = 13.91%

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

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

R = 13.91%
G = 9.13%
B = 76.96%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2015B1 (or 0x2015B1) is known color: Ultramarine. HEX triplet: 20, 15 and B1. RGB value is (32,21,177). Sum of RGB (Red+Green+Blue) = 32+21+177=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 177 (69.53% from 255 or 76.96% from 230); Max value from RGB is 177 - color contains mainly: blue. Hex color #2015B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2015B1 is #DFEA4E. Grayscale: #292929. Windows color (decimal): -14674511 or 11605280. OLE color: 11605280.

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

Color convert

RGB 32 21 177 -
CMYK 0.82 0.88 0 0.31
HSL 244.23º 0.79% 0.39% -
HSV(B) 244.23º 0.88% 0.69% -
XYZ 8.8 4.02 41.91 -
YUV 42.07 204.14 120.82 -
System Red Green Blue C M Y K H S L
Decimal 32 21 177 0.82 0.88 0 0.31 244.23 0.79 0.39
Hex 20 15 B1 52 58 0 1F F4 4F 27
Octal 40 25 261 122 130 0 37 364 117 47
Binary 100000 10101 10110001 1010010 1011000 0 11111 11110100 1001111 100111

Color Harmonies of #2015B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2015B1

Black with #2015B1

Text Example


Text Example

White with #2015B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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