Html Css Color HEX #25149F Ultramarine

📋 copy color: '#25149F'

red 37 ◦ green 20 ◦ blue 159

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

Shades of Ultramarine #25149F

Tints of Ultramarine #25149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

 BLUE value IS 159 (62.5% from 255) = 73.61%

R = 17.13%
G = 9.26%
B = 73.61%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25149F (or 0x25149F) is known color: Ultramarine. HEX triplet: 25, 14 and 9F. RGB value is (37,20,159). Sum of RGB (Red+Green+Blue) = 37+20+159=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #25149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25149F is #DAEB60. Grayscale: #282828. Windows color (decimal): -14347105 or 10425381. OLE color: 10425381.

HSL color Cylindrical-coordinate representation of color #25149F: hue angle of 247.34º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25149F is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 20 159 -
CMYK 0.77 0.87 0 0.38
HSL 247.34º 0.78% 0.35% -
HSV(B) 247.34º 0.87% 0.62% -
XYZ 7.27 3.4 33.07 -
YUV 40.93 194.63 125.2 -
System Red Green Blue C M Y K H S L
Decimal 37 20 159 0.77 0.87 0 0.38 247.34 0.78 0.35
Hex 25 14 9F 4D 57 0 26 F7 4E 23
Octal 45 24 237 115 127 0 46 367 116 43
Binary 100101 10100 10011111 1001101 1010111 0 100110 11110111 1001110 100011

Color Harmonies of #25149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25149F

Black with #25149F

Text Example


Text Example

White with #25149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25149F; }

 p { color: rgb(37,20,159); }

 H1.HeaderClassName
 {
   color: #25149F;
 }
 .AnyTagClassName
 {
   color: #25149F;
 }
</style>

background-color css

<style>
 a { background-color: #25149F; }

 a { background-color: rgb(37,20,159); }

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

border-color css

<style>
 span { border-color: #25149F; }

 span { border-color: rgb(37,20,159); }

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