Html Css Color HEX #25009F Ultramarine

📋 copy color: '#25009F'

red 37 ◦ green 0 ◦ blue 159

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

Shades of Ultramarine #25009F

Tints of Ultramarine #25009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 81.12%

R = 18.88%
G = 0%
B = 81.12%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25009F (or 0x25009F) is known color: Ultramarine. HEX triplet: 25, 00 and 9F. RGB value is (37,0,159). Sum of RGB (Red+Green+Blue) = 37+0+159=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 159 (62.5% from 255 or 81.12% from 196); Max value from RGB is 159 - color contains mainly: blue. Hex color #25009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25009F is #DAFF60. Grayscale: #1C1C1C. Windows color (decimal): -14352225 or 10420261. OLE color: 10420261.

HSL color Cylindrical-coordinate representation of color #25009F: hue angle of 253.96º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25009F is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 0 159 -
CMYK 0.77 1 0 0.38
HSL 253.96º 1% 0.31% -
HSV(B) 253.96º 1% 0.62% -
XYZ 7.02 2.9 32.99 -
YUV 29.19 201.26 133.57 -
System Red Green Blue C M Y K H S L
Decimal 37 0 159 0.77 1 0 0.38 253.96 1 0.31
Hex 25 0 9F 4D 64 0 26 FE 64 1F
Octal 45 0 237 115 144 0 46 376 144 37
Binary 100101 0 10011111 1001101 1100100 0 100110 11111110 1100100 11111

Color Harmonies of #25009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25009F

Black with #25009F

Text Example


Text Example

White with #25009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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