Html Css Color HEX #2501AA Ultramarine

📋 copy color: '#2501AA'

red 37 ◦ green 1 ◦ blue 170

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

Shades of Ultramarine #2501AA

Tints of Ultramarine #2501AA

RGB

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

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

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

R = 17.79%
G = 0.48%
B = 81.73%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2501AA (or 0x2501AA) is known color: Ultramarine. HEX triplet: 25, 01 and AA. RGB value is (37,1,170). Sum of RGB (Red+Green+Blue) = 37+1+170=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #2501AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2501AA is #DAFE55. Grayscale: #1E1E1E. Windows color (decimal): -14351958 or 11141413. OLE color: 11141413.

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

Color convert

RGB 37 1 170 -
CMYK 0.78 0.99 0 0.33
HSL 252.78º 0.99% 0.34% -
HSV(B) 252.78º 0.99% 0.67% -
XYZ 8.03 3.32 38.25 -
YUV 31.03 206.43 132.26 -
System Red Green Blue C M Y K H S L
Decimal 37 1 170 0.78 0.99 0 0.33 252.78 0.99 0.34
Hex 25 1 AA 4E 63 0 21 FD 63 22
Octal 45 1 252 116 143 0 41 375 143 42
Binary 100101 1 10101010 1001110 1100011 0 100001 11111101 1100011 100010

Color Harmonies of #2501AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2501AA

Black with #2501AA

Text Example


Text Example

White with #2501AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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