Html Css Color HEX #2511AB Ultramarine

📋 copy color: '#2511AB'

red 37 ◦ green 17 ◦ blue 171

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

Shades of Ultramarine #2511AB

Tints of Ultramarine #2511AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 76%

R = 16.44%
G = 7.56%
B = 76%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2511AB (or 0x2511AB) is known color: Ultramarine. HEX triplet: 25, 11 and AB. RGB value is (37,17,171). Sum of RGB (Red+Green+Blue) = 37+17+171=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #2511AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2511AB is #DAEE54. Grayscale: #272727. Windows color (decimal): -14347861 or 11211045. OLE color: 11211045.

HSL color Cylindrical-coordinate representation of color #2511AB: hue angle of 247.79º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2511AB is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 17 171 -
CMYK 0.78 0.90 0 0.33
HSL 247.79º 0.82% 0.37% -
HSV(B) 247.79º 0.9% 0.67% -
XYZ 8.31 3.73 38.81 -
YUV 40.54 201.63 125.48 -
System Red Green Blue C M Y K H S L
Decimal 37 17 171 0.78 0.90 0 0.33 247.79 0.82 0.37
Hex 25 11 AB 4E 5A 0 21 F8 52 25
Octal 45 21 253 116 132 0 41 370 122 45
Binary 100101 10001 10101011 1001110 1011010 0 100001 11111000 1010010 100101

Color Harmonies of #2511AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2511AB

Black with #2511AB

Text Example


Text Example

White with #2511AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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