Html Css Color HEX #2511B1 Ultramarine

📋 copy color: '#2511B1'

red 37 ◦ green 17 ◦ blue 177

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

Shades of Ultramarine #2511B1

Tints of Ultramarine #2511B1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.36%

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

R = 16.02%
G = 7.36%
B = 76.62%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2511B1 (or 0x2511B1) is known color: Ultramarine. HEX triplet: 25, 11 and B1. RGB value is (37,17,177). Sum of RGB (Red+Green+Blue) = 37+17+177=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 17 (7.03% from 255 or 7.36% 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 #2511B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2511B1 is #DAEE4E. Grayscale: #282828. Windows color (decimal): -14347855 or 11604261. OLE color: 11604261.

HSL color Cylindrical-coordinate representation of color #2511B1: hue angle of 247.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2511B1 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 17 177 -
CMYK 0.79 0.90 0 0.31
HSL 247.5º 0.82% 0.38% -
HSV(B) 247.5º 0.9% 0.69% -
XYZ 8.9 3.97 41.89 -
YUV 41.22 204.63 124.99 -
System Red Green Blue C M Y K H S L
Decimal 37 17 177 0.79 0.90 0 0.31 247.5 0.82 0.38
Hex 25 11 B1 4F 5A 0 1F F8 52 26
Octal 45 21 261 117 132 0 37 370 122 46
Binary 100101 10001 10110001 1001111 1011010 0 11111 11111000 1010010 100110

Color Harmonies of #2511B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2511B1

Black with #2511B1

Text Example


Text Example

White with #2511B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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