Html Css Color HEX #25248E Ultramarine

📋 copy color: '#25248E'

red 37 ◦ green 36 ◦ blue 142

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

Shades of Ultramarine #25248E

Tints of Ultramarine #25248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 66.05%

R = 17.21%
G = 16.74%
B = 66.05%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25248E (or 0x25248E) is known color: Ultramarine. HEX triplet: 25, 24 and 8E. RGB value is (37,36,142). Sum of RGB (Red+Green+Blue) = 37+36+142=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 142 (55.86% from 255 or 66.05% from 215); Max value from RGB is 142 - color contains mainly: blue. Hex color #25248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25248E is #DADB71. Grayscale: #2F2F2F. Windows color (decimal): -14343026 or 9315365. OLE color: 9315365.

HSL color Cylindrical-coordinate representation of color #25248E: hue angle of 240.57º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25248E is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 36 142 -
CMYK 0.74 0.75 0 0.44
HSL 240.57º 0.6% 0.35% -
HSV(B) 240.57º 0.75% 0.56% -
XYZ 6.28 3.61 25.96 -
YUV 48.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 37 36 142 0.74 0.75 0 0.44 240.57 0.6 0.35
Hex 25 24 8E 4A 4B 0 2C F1 3C 23
Octal 45 44 216 112 113 0 54 361 74 43
Binary 100101 100100 10001110 1001010 1001011 0 101100 11110001 111100 100011

Color Harmonies of #25248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25248E

Black with #25248E

Text Example


Text Example

White with #25248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25248E; }

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

 H1.HeaderClassName
 {
   color: #25248E;
 }
 .AnyTagClassName
 {
   color: #25248E;
 }
</style>

background-color css

<style>
 a { background-color: #25248E; }

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

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

border-color css

<style>
 span { border-color: #25248E; }

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

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