Html Css Color HEX #250190 Ultramarine

📋 copy color: '#250190'

red 37 ◦ green 1 ◦ blue 144

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

Shades of Ultramarine #250190

Tints of Ultramarine #250190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 79.12%

R = 20.33%
G = 0.55%
B = 79.12%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#250190 (or 0x250190) is known color: Ultramarine. HEX triplet: 25, 01 and 90. RGB value is (37,1,144). Sum of RGB (Red+Green+Blue) = 37+1+144=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #250190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250190 is #DAFE6F. Grayscale: #1B1B1B. Windows color (decimal): -14351984 or 9437477. OLE color: 9437477.

HSL color Cylindrical-coordinate representation of color #250190: hue angle of 255.1º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250190 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 1 144 -
CMYK 0.74 0.99 0 0.44
HSL 255.1º 0.99% 0.28% -
HSV(B) 255.1º 0.99% 0.56% -
XYZ 5.81 2.43 26.55 -
YUV 28.07 193.43 134.37 -
System Red Green Blue C M Y K H S L
Decimal 37 1 144 0.74 0.99 0 0.44 255.1 0.99 0.28
Hex 25 1 90 4A 63 0 2C FF 63 1C
Octal 45 1 220 112 143 0 54 377 143 34
Binary 100101 1 10010000 1001010 1100011 0 101100 11111111 1100011 11100

Color Harmonies of #250190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250190

Black with #250190

Text Example


Text Example

White with #250190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250190; }

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

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

background-color css

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

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

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

border-color css

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

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

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