Html Css Color HEX #2515B1 Ultramarine

📋 copy color: '#2515B1'

red 37 ◦ green 21 ◦ blue 177

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

Shades of Ultramarine #2515B1

Tints of Ultramarine #2515B1

RGB

 RED value IS 37 (14.84% from 255) = 15.74%

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

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

R = 15.74%
G = 8.94%
B = 75.32%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2515B1 (or 0x2515B1) is known color: Ultramarine. HEX triplet: 25, 15 and B1. RGB value is (37,21,177). Sum of RGB (Red+Green+Blue) = 37+21+177=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 177 (69.53% from 255 or 75.32% from 235); Max value from RGB is 177 - color contains mainly: blue. Hex color #2515B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2515B1 is #DAEA4E. Grayscale: #2A2A2A. Windows color (decimal): -14346831 or 11605285. OLE color: 11605285.

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

Color convert

RGB 37 21 177 -
CMYK 0.79 0.88 0 0.31
HSL 246.15º 0.79% 0.39% -
HSV(B) 246.15º 0.88% 0.69% -
XYZ 8.97 4.1 41.91 -
YUV 43.57 203.3 123.32 -
System Red Green Blue C M Y K H S L
Decimal 37 21 177 0.79 0.88 0 0.31 246.15 0.79 0.39
Hex 25 15 B1 4F 58 0 1F F6 4F 27
Octal 45 25 261 117 130 0 37 366 117 47
Binary 100101 10101 10110001 1001111 1011000 0 11111 11110110 1001111 100111

Color Harmonies of #2515B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2515B1

Black with #2515B1

Text Example


Text Example

White with #2515B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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