Html Css Color HEX #25009A Ultramarine

📋 copy color: '#25009A'

red 37 ◦ green 0 ◦ blue 154

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

Shades of Ultramarine #25009A

Tints of Ultramarine #25009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 19.37%
G = 0%
B = 80.63%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25009A (or 0x25009A) is known color: Ultramarine. HEX triplet: 25, 00 and 9A. RGB value is (37,0,154). Sum of RGB (Red+Green+Blue) = 37+0+154=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 154 (60.55% from 255 or 80.63% from 191); Max value from RGB is 154 - color contains mainly: blue. Hex color #25009A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25009A is #DAFF65. Grayscale: #1C1C1C. Windows color (decimal): -14352230 or 10092581. OLE color: 10092581.

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

Color convert

RGB 37 0 154 -
CMYK 0.76 1 0 0.40
HSL 254.42º 1% 0.3% -
HSV(B) 254.42º 1% 0.6% -
XYZ 6.6 2.73 30.75 -
YUV 28.62 198.76 133.98 -
System Red Green Blue C M Y K H S L
Decimal 37 0 154 0.76 1 0 0.40 254.42 1 0.3
Hex 25 0 9A 4C 64 0 28 FE 64 1E
Octal 45 0 232 114 144 0 50 376 144 36
Binary 100101 0 10011010 1001100 1100100 0 101000 11111110 1100100 11110

Color Harmonies of #25009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25009A

Black with #25009A

Text Example


Text Example

White with #25009A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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