Html Css Color HEX #25018D Ultramarine

📋 copy color: '#25018D'

red 37 ◦ green 1 ◦ blue 141

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

Shades of Ultramarine #25018D

Tints of Ultramarine #25018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 20.67%
G = 0.56%
B = 78.77%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25018D (or 0x25018D) is known color: Ultramarine. HEX triplet: 25, 01 and 8D. RGB value is (37,1,141). Sum of RGB (Red+Green+Blue) = 37+1+141=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #25018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25018D is #DAFE72. Grayscale: #1B1B1B. Windows color (decimal): -14351987 or 9240869. OLE color: 9240869.

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

Color convert

RGB 37 1 141 -
CMYK 0.74 0.99 0 0.45
HSL 255.43º 0.99% 0.28% -
HSV(B) 255.43º 0.99% 0.55% -
XYZ 5.58 2.34 25.36 -
YUV 27.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 37 1 141 0.74 0.99 0 0.45 255.43 0.99 0.28
Hex 25 1 8D 4A 63 0 2D FF 63 1C
Octal 45 1 215 112 143 0 55 377 143 34
Binary 100101 1 10001101 1001010 1100011 0 101101 11111111 1100011 11100

Color Harmonies of #25018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25018D

Black with #25018D

Text Example


Text Example

White with #25018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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