Html Css Color HEX #25049A Ultramarine

📋 copy color: '#25049A'

red 37 ◦ green 4 ◦ blue 154

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

Shades of Ultramarine #25049A

Tints of Ultramarine #25049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

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

R = 18.97%
G = 2.05%
B = 78.97%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25049A (or 0x25049A) is known color: Ultramarine. HEX triplet: 25, 04 and 9A. RGB value is (37,4,154). Sum of RGB (Red+Green+Blue) = 37+4+154=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 154 (60.55% from 255 or 78.97% from 195); Max value from RGB is 154 - color contains mainly: blue. Hex color #25049A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25049A is #DAFB65. Grayscale: #1E1E1E. Windows color (decimal): -14351206 or 10093605. OLE color: 10093605.

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

Color convert

RGB 37 4 154 -
CMYK 0.76 0.97 0 0.40
HSL 253.2º 0.95% 0.31% -
HSV(B) 253.2º 0.97% 0.6% -
XYZ 6.64 2.81 30.76 -
YUV 30.97 197.43 132.3 -
System Red Green Blue C M Y K H S L
Decimal 37 4 154 0.76 0.97 0 0.40 253.2 0.95 0.31
Hex 25 4 9A 4C 61 0 28 FD 5F 1F
Octal 45 4 232 114 141 0 50 375 137 37
Binary 100101 100 10011010 1001100 1100001 0 101000 11111101 1011111 11111

Color Harmonies of #25049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25049A

Black with #25049A

Text Example


Text Example

White with #25049A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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