Html Css Color HEX #2505AC Ultramarine

📋 copy color: '#2505AC'

red 37 ◦ green 5 ◦ blue 172

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

Shades of Ultramarine #2505AC

Tints of Ultramarine #2505AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 172 (67.58% from 255) = 80.37%

R = 17.29%
G = 2.34%
B = 80.37%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2505AC (or 0x2505AC) is known color: Ultramarine. HEX triplet: 25, 05 and AC. RGB value is (37,5,172). Sum of RGB (Red+Green+Blue) = 37+5+172=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 172 (67.58% from 255 or 80.37% from 214); Max value from RGB is 172 - color contains mainly: blue. Hex color #2505AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2505AC is #DAFA53. Grayscale: #202020. Windows color (decimal): -14350932 or 11273509. OLE color: 11273509.

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

Color convert

RGB 37 5 172 -
CMYK 0.78 0.97 0 0.33
HSL 251.5º 0.94% 0.35% -
HSV(B) 251.5º 0.97% 0.67% -
XYZ 8.26 3.48 39.27 -
YUV 33.61 206.1 130.42 -
System Red Green Blue C M Y K H S L
Decimal 37 5 172 0.78 0.97 0 0.33 251.5 0.94 0.35
Hex 25 5 AC 4E 61 0 21 FB 5E 23
Octal 45 5 254 116 141 0 41 373 136 43
Binary 100101 101 10101100 1001110 1100001 0 100001 11111011 1011110 100011

Color Harmonies of #2505AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2505AC

Black with #2505AC

Text Example


Text Example

White with #2505AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2505AC; }

 p { color: rgb(37,5,172); }

 H1.HeaderClassName
 {
   color: #2505AC;
 }
 .AnyTagClassName
 {
   color: #2505AC;
 }
</style>

background-color css

<style>
 a { background-color: #2505AC; }

 a { background-color: rgb(37,5,172); }

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

border-color css

<style>
 span { border-color: #2505AC; }

 span { border-color: rgb(37,5,172); }

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