Html Css Color HEX #25249A Ultramarine

📋 copy color: '#25249A'

red 37 ◦ green 36 ◦ blue 154

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

Shades of Ultramarine #25249A

Tints of Ultramarine #25249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

 BLUE value IS 154 (60.55% from 255) = 67.84%

R = 16.3%
G = 15.86%
B = 67.84%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25249A (or 0x25249A) is known color: Ultramarine. HEX triplet: 25, 24 and 9A. RGB value is (37,36,154). Sum of RGB (Red+Green+Blue) = 37+36+154=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #25249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25249A is #DADB65. Grayscale: #313131. Windows color (decimal): -14343014 or 10101797. OLE color: 10101797.

HSL color Cylindrical-coordinate representation of color #25249A: hue angle of 240.51º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25249A is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 36 154 -
CMYK 0.76 0.77 0 0.40
HSL 240.51º 0.62% 0.37% -
HSV(B) 240.51º 0.77% 0.6% -
XYZ 7.23 3.99 30.96 -
YUV 49.75 186.83 118.91 -
System Red Green Blue C M Y K H S L
Decimal 37 36 154 0.76 0.77 0 0.40 240.51 0.62 0.37
Hex 25 24 9A 4C 4D 0 28 F1 3E 25
Octal 45 44 232 114 115 0 50 361 76 45
Binary 100101 100100 10011010 1001100 1001101 0 101000 11110001 111110 100101

Color Harmonies of #25249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25249A

Black with #25249A

Text Example


Text Example

White with #25249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25249A; }

 p { color: rgb(37,36,154); }

 H1.HeaderClassName
 {
   color: #25249A;
 }
 .AnyTagClassName
 {
   color: #25249A;
 }
</style>

background-color css

<style>
 a { background-color: #25249A; }

 a { background-color: rgb(37,36,154); }

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

border-color css

<style>
 span { border-color: #25249A; }

 span { border-color: rgb(37,36,154); }

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