Html Css Color HEX #2500AA Ultramarine

📋 copy color: '#2500AA'

red 37 ◦ green 0 ◦ blue 170

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

Shades of Ultramarine #2500AA

Tints of Ultramarine #2500AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.87%
G = 0%
B = 82.13%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2500AA (or 0x2500AA) is known color: Ultramarine. HEX triplet: 25, 00 and AA. RGB value is (37,0,170). Sum of RGB (Red+Green+Blue) = 37+0+170=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 170 (66.80% from 255 or 82.13% from 207); Max value from RGB is 170 - color contains mainly: blue. Hex color #2500AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2500AA is #DAFF55. Grayscale: #1D1D1D. Windows color (decimal): -14352214 or 11141157. OLE color: 11141157.

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

Color convert

RGB 37 0 170 -
CMYK 0.78 1 0 0.33
HSL 253.06º 1% 0.33% -
HSV(B) 253.06º 1% 0.67% -
XYZ 8.02 3.3 38.24 -
YUV 30.44 206.76 132.68 -
System Red Green Blue C M Y K H S L
Decimal 37 0 170 0.78 1 0 0.33 253.06 1 0.33
Hex 25 0 AA 4E 64 0 21 FD 64 21
Octal 45 0 252 116 144 0 41 375 144 41
Binary 100101 0 10101010 1001110 1100100 0 100001 11111101 1100100 100001

Color Harmonies of #2500AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2500AA

Black with #2500AA

Text Example


Text Example

White with #2500AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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