Html Css Color HEX #2516AA Ultramarine

📋 copy color: '#2516AA'

red 37 ◦ green 22 ◦ blue 170

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

Shades of Ultramarine #2516AA

Tints of Ultramarine #2516AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.61%

 BLUE value IS 170 (66.8% from 255) = 74.24%

R = 16.16%
G = 9.61%
B = 74.24%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2516AA (or 0x2516AA) is known color: Ultramarine. HEX triplet: 25, 16 and AA. RGB value is (37,22,170). Sum of RGB (Red+Green+Blue) = 37+22+170=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #2516AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2516AA is #DAE955. Grayscale: #2A2A2A. Windows color (decimal): -14346582 or 11146789. OLE color: 11146789.

HSL color Cylindrical-coordinate representation of color #2516AA: hue angle of 246.08º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2516AA is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 22 170 -
CMYK 0.78 0.87 0 0.33
HSL 246.08º 0.77% 0.38% -
HSV(B) 246.08º 0.87% 0.67% -
XYZ 8.31 3.87 38.34 -
YUV 43.36 199.47 123.47 -
System Red Green Blue C M Y K H S L
Decimal 37 22 170 0.78 0.87 0 0.33 246.08 0.77 0.38
Hex 25 16 AA 4E 57 0 21 F6 4D 26
Octal 45 26 252 116 127 0 41 366 115 46
Binary 100101 10110 10101010 1001110 1010111 0 100001 11110110 1001101 100110

Color Harmonies of #2516AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2516AA

Black with #2516AA

Text Example


Text Example

White with #2516AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2516AA; }

 p { color: rgb(37,22,170); }

 H1.HeaderClassName
 {
   color: #2516AA;
 }
 .AnyTagClassName
 {
   color: #2516AA;
 }
</style>

background-color css

<style>
 a { background-color: #2516AA; }

 a { background-color: rgb(37,22,170); }

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

border-color css

<style>
 span { border-color: #2516AA; }

 span { border-color: rgb(37,22,170); }

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