Html Css Color HEX #250099 Ultramarine

📋 copy color: '#250099'

red 37 ◦ green 0 ◦ blue 153

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

Shades of Ultramarine #250099

Tints of Ultramarine #250099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 80.53%

R = 19.47%
G = 0%
B = 80.53%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#250099 (or 0x250099) is known color: Ultramarine. HEX triplet: 25, 00 and 99. RGB value is (37,0,153). Sum of RGB (Red+Green+Blue) = 37+0+153=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 153 (60.16% from 255 or 80.53% from 190); Max value from RGB is 153 - color contains mainly: blue. Hex color #250099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250099 is #DAFF66. Grayscale: #1B1B1B. Windows color (decimal): -14352231 or 10027045. OLE color: 10027045.

HSL color Cylindrical-coordinate representation of color #250099: hue angle of 254.51º 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 #250099 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 0 153 -
CMYK 0.76 1 0 0.4
HSL 254.51º 1% 0.3% -
HSV(B) 254.51º 1% 0.6% -
XYZ 6.51 2.69 30.31 -
YUV 28.51 198.26 134.06 -
System Red Green Blue C M Y K H S L
Decimal 37 0 153 0.76 1 0 0.4 254.51 1 0.3
Hex 25 0 99 4C 64 0 28 FF 64 1E
Octal 45 0 231 114 144 0 50 377 144 36
Binary 100101 0 10011001 1001100 1100100 0 101000 11111111 1100100 11110

Color Harmonies of #250099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250099

Black with #250099

Text Example


Text Example

White with #250099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250099; }

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

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

background-color css

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

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

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

border-color css

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

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

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