Html Css Color HEX #25129F Ultramarine

📋 copy color: '#25129F'

red 37 ◦ green 18 ◦ blue 159

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

Shades of Ultramarine #25129F

Tints of Ultramarine #25129F

RGB

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

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

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

R = 17.29%
G = 8.41%
B = 74.3%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25129F (or 0x25129F) is known color: Ultramarine. HEX triplet: 25, 12 and 9F. RGB value is (37,18,159). Sum of RGB (Red+Green+Blue) = 37+18+159=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #25129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25129F is #DAED60. Grayscale: #272727. Windows color (decimal): -14347617 or 10424869. OLE color: 10424869.

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

Color convert

RGB 37 18 159 -
CMYK 0.77 0.89 0 0.38
HSL 248.09º 0.8% 0.35% -
HSV(B) 248.09º 0.89% 0.62% -
XYZ 7.24 3.33 33.06 -
YUV 39.76 195.29 126.04 -
System Red Green Blue C M Y K H S L
Decimal 37 18 159 0.77 0.89 0 0.38 248.09 0.8 0.35
Hex 25 12 9F 4D 59 0 26 F8 50 23
Octal 45 22 237 115 131 0 46 370 120 43
Binary 100101 10010 10011111 1001101 1011001 0 100110 11111000 1010000 100011

Color Harmonies of #25129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25129F

Black with #25129F

Text Example


Text Example

White with #25129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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