Html Css Color HEX #25118E Ultramarine

📋 copy color: '#25118E'

red 37 ◦ green 17 ◦ blue 142

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

Shades of Ultramarine #25118E

Tints of Ultramarine #25118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 72.45%

R = 18.88%
G = 8.67%
B = 72.45%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25118E (or 0x25118E) is known color: Ultramarine. HEX triplet: 25, 11 and 8E. RGB value is (37,17,142). Sum of RGB (Red+Green+Blue) = 37+17+142=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #25118E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25118E is #DAEE71. Grayscale: #242424. Windows color (decimal): -14347890 or 9310501. OLE color: 9310501.

HSL color Cylindrical-coordinate representation of color #25118E: hue angle of 249.6º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25118E is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 17 142 -
CMYK 0.74 0.88 0 0.44
HSL 249.6º 0.79% 0.31% -
HSV(B) 249.6º 0.88% 0.56% -
XYZ 5.85 2.75 25.81 -
YUV 37.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 37 17 142 0.74 0.88 0 0.44 249.6 0.79 0.31
Hex 25 11 8E 4A 58 0 2C FA 4F 1F
Octal 45 21 216 112 130 0 54 372 117 37
Binary 100101 10001 10001110 1001010 1011000 0 101100 11111010 1001111 11111

Color Harmonies of #25118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25118E

Black with #25118E

Text Example


Text Example

White with #25118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25118E; }

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

 H1.HeaderClassName
 {
   color: #25118E;
 }
 .AnyTagClassName
 {
   color: #25118E;
 }
</style>

background-color css

<style>
 a { background-color: #25118E; }

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

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

border-color css

<style>
 span { border-color: #25118E; }

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

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