Html Css Color HEX #2517A5 Ultramarine

📋 copy color: '#2517A5'

red 37 ◦ green 23 ◦ blue 165

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

Shades of Ultramarine #2517A5

Tints of Ultramarine #2517A5

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

 BLUE value IS 165 (64.84% from 255) = 73.33%

R = 16.44%
G = 10.22%
B = 73.33%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2517A5 (or 0x2517A5) is known color: Ultramarine. HEX triplet: 25, 17 and A5. RGB value is (37,23,165). Sum of RGB (Red+Green+Blue) = 37+23+165=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 165 (64.84% from 255 or 73.33% from 225); Max value from RGB is 165 - color contains mainly: blue. Hex color #2517A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2517A5 is #DAE85A. Grayscale: #2A2A2A. Windows color (decimal): -14346331 or 10819365. OLE color: 10819365.

HSL color Cylindrical-coordinate representation of color #2517A5: hue angle of 245.92º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2517A5 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 23 165 -
CMYK 0.78 0.86 0 0.35
HSL 245.92º 0.76% 0.37% -
HSV(B) 245.92º 0.86% 0.65% -
XYZ 7.86 3.72 35.9 -
YUV 43.37 196.64 123.45 -
System Red Green Blue C M Y K H S L
Decimal 37 23 165 0.78 0.86 0 0.35 245.92 0.76 0.37
Hex 25 17 A5 4E 56 0 23 F6 4C 25
Octal 45 27 245 116 126 0 43 366 114 45
Binary 100101 10111 10100101 1001110 1010110 0 100011 11110110 1001100 100101

Color Harmonies of #2517A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2517A5

Black with #2517A5

Text Example


Text Example

White with #2517A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2517A5; }

 p { color: rgb(37,23,165); }

 H1.HeaderClassName
 {
   color: #2517A5;
 }
 .AnyTagClassName
 {
   color: #2517A5;
 }
</style>

background-color css

<style>
 a { background-color: #2517A5; }

 a { background-color: rgb(37,23,165); }

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

border-color css

<style>
 span { border-color: #2517A5; }

 span { border-color: rgb(37,23,165); }

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