Html Css Color HEX #25208E Ultramarine

📋 copy color: '#25208E'

red 37 ◦ green 32 ◦ blue 142

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

Shades of Ultramarine #25208E

Tints of Ultramarine #25208E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

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

R = 17.54%
G = 15.17%
B = 67.3%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25208E (or 0x25208E) is known color: Ultramarine. HEX triplet: 25, 20 and 8E. RGB value is (37,32,142). Sum of RGB (Red+Green+Blue) = 37+32+142=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #25208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25208E is #DADF71. Grayscale: #2D2D2D. Windows color (decimal): -14344050 or 9314341. OLE color: 9314341.

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

Color convert

RGB 37 32 142 -
CMYK 0.74 0.77 0 0.44
HSL 242.73º 0.63% 0.34% -
HSV(B) 242.73º 0.77% 0.56% -
XYZ 6.16 3.38 25.92 -
YUV 46.04 182.16 121.56 -
System Red Green Blue C M Y K H S L
Decimal 37 32 142 0.74 0.77 0 0.44 242.73 0.63 0.34
Hex 25 20 8E 4A 4D 0 2C F3 3F 22
Octal 45 40 216 112 115 0 54 363 77 42
Binary 100101 100000 10001110 1001010 1001101 0 101100 11110011 111111 100010

Color Harmonies of #25208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25208E

Black with #25208E

Text Example


Text Example

White with #25208E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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