Html Css Color HEX #250494 Ultramarine

📋 copy color: '#250494'

red 37 ◦ green 4 ◦ blue 148

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

Shades of Ultramarine #250494

Tints of Ultramarine #250494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 78.31%

R = 19.58%
G = 2.12%
B = 78.31%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#250494 (or 0x250494) is known color: Ultramarine. HEX triplet: 25, 04 and 94. RGB value is (37,4,148). Sum of RGB (Red+Green+Blue) = 37+4+148=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 148 (58.20% from 255 or 78.31% from 189); Max value from RGB is 148 - color contains mainly: blue. Hex color #250494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250494 is #DAFB6B. Grayscale: #1D1D1D. Windows color (decimal): -14351212 or 9700389. OLE color: 9700389.

HSL color Cylindrical-coordinate representation of color #250494: hue angle of 253.75º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250494 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 4 148 -
CMYK 0.75 0.97 0 0.42
HSL 253.75º 0.95% 0.3% -
HSV(B) 253.75º 0.97% 0.58% -
XYZ 6.15 2.62 28.2 -
YUV 30.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 37 4 148 0.75 0.97 0 0.42 253.75 0.95 0.3
Hex 25 4 94 4B 61 0 2A FE 5F 1E
Octal 45 4 224 113 141 0 52 376 137 36
Binary 100101 100 10010100 1001011 1100001 0 101010 11111110 1011111 11110

Color Harmonies of #250494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250494

Black with #250494

Text Example


Text Example

White with #250494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250494; }

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

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

background-color css

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

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

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

border-color css

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

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

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