Html Css Color HEX #25128D Ultramarine

📋 copy color: '#25128D'

red 37 ◦ green 18 ◦ blue 141

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

Shades of Ultramarine #25128D

Tints of Ultramarine #25128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

 BLUE value IS 141 (55.47% from 255) = 71.94%

R = 18.88%
G = 9.18%
B = 71.94%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25128D (or 0x25128D) is known color: Ultramarine. HEX triplet: 25, 12 and 8D. RGB value is (37,18,141). Sum of RGB (Red+Green+Blue) = 37+18+141=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #25128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25128D is #DAED72. Grayscale: #252525. Windows color (decimal): -14347635 or 9245221. OLE color: 9245221.

HSL color Cylindrical-coordinate representation of color #25128D: hue angle of 249.27º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25128D is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 18 141 -
CMYK 0.74 0.87 0 0.45
HSL 249.27º 0.77% 0.31% -
HSV(B) 249.27º 0.87% 0.55% -
XYZ 5.79 2.75 25.42 -
YUV 37.7 186.29 127.5 -
System Red Green Blue C M Y K H S L
Decimal 37 18 141 0.74 0.87 0 0.45 249.27 0.77 0.31
Hex 25 12 8D 4A 57 0 2D F9 4D 1F
Octal 45 22 215 112 127 0 55 371 115 37
Binary 100101 10010 10001101 1001010 1010111 0 101101 11111001 1001101 11111

Color Harmonies of #25128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25128D

Black with #25128D

Text Example


Text Example

White with #25128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25128D; }

 p { color: rgb(37,18,141); }

 H1.HeaderClassName
 {
   color: #25128D;
 }
 .AnyTagClassName
 {
   color: #25128D;
 }
</style>

background-color css

<style>
 a { background-color: #25128D; }

 a { background-color: rgb(37,18,141); }

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

border-color css

<style>
 span { border-color: #25128D; }

 span { border-color: rgb(37,18,141); }

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