Html Css Color HEX #25219A Ultramarine

📋 copy color: '#25219A'

red 37 ◦ green 33 ◦ blue 154

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

Shades of Ultramarine #25219A

Tints of Ultramarine #25219A

RGB

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

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

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

R = 16.52%
G = 14.73%
B = 68.75%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25219A (or 0x25219A) is known color: Ultramarine. HEX triplet: 25, 21 and 9A. RGB value is (37,33,154). Sum of RGB (Red+Green+Blue) = 37+33+154=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #25219A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25219A is #DADE65. Grayscale: #2F2F2F. Windows color (decimal): -14343782 or 10101029. OLE color: 10101029.

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

Color convert

RGB 37 33 154 -
CMYK 0.76 0.79 0 0.40
HSL 241.98º 0.65% 0.37% -
HSV(B) 241.98º 0.79% 0.6% -
XYZ 7.14 3.81 30.93 -
YUV 47.99 187.83 120.16 -
System Red Green Blue C M Y K H S L
Decimal 37 33 154 0.76 0.79 0 0.40 241.98 0.65 0.37
Hex 25 21 9A 4C 4F 0 28 F2 41 25
Octal 45 41 232 114 117 0 50 362 101 45
Binary 100101 100001 10011010 1001100 1001111 0 101000 11110010 1000001 100101

Color Harmonies of #25219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25219A

Black with #25219A

Text Example


Text Example

White with #25219A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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