Html Css Color HEX #25218D Ultramarine

📋 copy color: '#25218D'

red 37 ◦ green 33 ◦ blue 141

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

Shades of Ultramarine #25218D

Tints of Ultramarine #25218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

 BLUE value IS 141 (55.47% from 255) = 66.82%

R = 17.54%
G = 15.64%
B = 66.82%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25218D (or 0x25218D) is known color: Ultramarine. HEX triplet: 25, 21 and 8D. RGB value is (37,33,141). Sum of RGB (Red+Green+Blue) = 37+33+141=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #25218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25218D is #DADE72. Grayscale: #2E2E2E. Windows color (decimal): -14343795 or 9249061. OLE color: 9249061.

HSL color Cylindrical-coordinate representation of color #25218D: hue angle of 242.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25218D is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 33 141 -
CMYK 0.74 0.77 0 0.45
HSL 242.22º 0.62% 0.34% -
HSV(B) 242.22º 0.77% 0.55% -
XYZ 6.11 3.4 25.53 -
YUV 46.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 37 33 141 0.74 0.77 0 0.45 242.22 0.62 0.34
Hex 25 21 8D 4A 4D 0 2D F2 3E 22
Octal 45 41 215 112 115 0 55 362 76 42
Binary 100101 100001 10001101 1001010 1001101 0 101101 11110010 111110 100010

Color Harmonies of #25218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25218D

Black with #25218D

Text Example


Text Example

White with #25218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25218D; }

 p { color: rgb(37,33,141); }

 H1.HeaderClassName
 {
   color: #25218D;
 }
 .AnyTagClassName
 {
   color: #25218D;
 }
</style>

background-color css

<style>
 a { background-color: #25218D; }

 a { background-color: rgb(37,33,141); }

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

border-color css

<style>
 span { border-color: #25218D; }

 span { border-color: rgb(37,33,141); }

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