Html Css Color HEX #25119A Ultramarine

📋 copy color: '#25119A'

red 37 ◦ green 17 ◦ blue 154

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

Shades of Ultramarine #25119A

Tints of Ultramarine #25119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.17%

 BLUE value IS 154 (60.55% from 255) = 74.04%

R = 17.79%
G = 8.17%
B = 74.04%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25119A (or 0x25119A) is known color: Ultramarine. HEX triplet: 25, 11 and 9A. RGB value is (37,17,154). Sum of RGB (Red+Green+Blue) = 37+17+154=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 154 (60.55% from 255 or 74.04% from 208); Max value from RGB is 154 - color contains mainly: blue. Hex color #25119A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25119A is #DAEE65. Grayscale: #262626. Windows color (decimal): -14347878 or 10096933. OLE color: 10096933.

HSL color Cylindrical-coordinate representation of color #25119A: hue angle of 248.76º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25119A is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 17 154 -
CMYK 0.76 0.89 0 0.40
HSL 248.76º 0.8% 0.34% -
HSV(B) 248.76º 0.89% 0.6% -
XYZ 6.8 3.13 30.82 -
YUV 38.6 193.13 126.86 -
System Red Green Blue C M Y K H S L
Decimal 37 17 154 0.76 0.89 0 0.40 248.76 0.8 0.34
Hex 25 11 9A 4C 59 0 28 F9 50 22
Octal 45 21 232 114 131 0 50 371 120 42
Binary 100101 10001 10011010 1001100 1011001 0 101000 11111001 1010000 100010

Color Harmonies of #25119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25119A

Black with #25119A

Text Example


Text Example

White with #25119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25119A; }

 p { color: rgb(37,17,154); }

 H1.HeaderClassName
 {
   color: #25119A;
 }
 .AnyTagClassName
 {
   color: #25119A;
 }
</style>

background-color css

<style>
 a { background-color: #25119A; }

 a { background-color: rgb(37,17,154); }

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

border-color css

<style>
 span { border-color: #25119A; }

 span { border-color: rgb(37,17,154); }

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