Html Css Color HEX #25019A Ultramarine

📋 copy color: '#25019A'

red 37 ◦ green 1 ◦ blue 154

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

Shades of Ultramarine #25019A

Tints of Ultramarine #25019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 19.27%
G = 0.52%
B = 80.21%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25019A (or 0x25019A) is known color: Ultramarine. HEX triplet: 25, 01 and 9A. RGB value is (37,1,154). Sum of RGB (Red+Green+Blue) = 37+1+154=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 154 (60.55% from 255 or 80.21% from 192); Max value from RGB is 154 - color contains mainly: blue. Hex color #25019A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25019A is #DAFE65. Grayscale: #1C1C1C. Windows color (decimal): -14351974 or 10092837. OLE color: 10092837.

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

Color convert

RGB 37 1 154 -
CMYK 0.76 0.99 0 0.40
HSL 254.12º 0.99% 0.3% -
HSV(B) 254.12º 0.99% 0.6% -
XYZ 6.61 2.75 30.75 -
YUV 29.21 198.43 133.56 -
System Red Green Blue C M Y K H S L
Decimal 37 1 154 0.76 0.99 0 0.40 254.12 0.99 0.3
Hex 25 1 9A 4C 63 0 28 FE 63 1E
Octal 45 1 232 114 143 0 50 376 143 36
Binary 100101 1 10011010 1001100 1100011 0 101000 11111110 1100011 11110

Color Harmonies of #25019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25019A

Black with #25019A

Text Example


Text Example

White with #25019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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