Html Css Color HEX #2501AD Ultramarine

📋 copy color: '#2501AD'

red 37 ◦ green 1 ◦ blue 173

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

Shades of Ultramarine #2501AD

Tints of Ultramarine #2501AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 173 (67.97% from 255) = 81.99%

R = 17.54%
G = 0.47%
B = 81.99%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2501AD (or 0x2501AD) is known color: Ultramarine. HEX triplet: 25, 01 and AD. RGB value is (37,1,173). Sum of RGB (Red+Green+Blue) = 37+1+173=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 173 (67.97% from 255 or 81.99% from 211); Max value from RGB is 173 - color contains mainly: blue. Hex color #2501AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2501AD is #DAFE52. Grayscale: #1E1E1E. Windows color (decimal): -14351955 or 11338021. OLE color: 11338021.

HSL color Cylindrical-coordinate representation of color #2501AD: hue angle of 252.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2501AD is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 1 173 -
CMYK 0.79 0.99 0 0.32
HSL 252.56º 0.99% 0.34% -
HSV(B) 252.56º 0.99% 0.68% -
XYZ 8.32 3.43 39.76 -
YUV 31.37 207.93 132.01 -
System Red Green Blue C M Y K H S L
Decimal 37 1 173 0.79 0.99 0 0.32 252.56 0.99 0.34
Hex 25 1 AD 4F 63 0 20 FD 63 22
Octal 45 1 255 117 143 0 40 375 143 42
Binary 100101 1 10101101 1001111 1100011 0 100000 11111101 1100011 100010

Color Harmonies of #2501AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2501AD

Black with #2501AD

Text Example


Text Example

White with #2501AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2501AD; }

 p { color: rgb(37,1,173); }

 H1.HeaderClassName
 {
   color: #2501AD;
 }
 .AnyTagClassName
 {
   color: #2501AD;
 }
</style>

background-color css

<style>
 a { background-color: #2501AD; }

 a { background-color: rgb(37,1,173); }

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

border-color css

<style>
 span { border-color: #2501AD; }

 span { border-color: rgb(37,1,173); }

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