Html Css Color HEX #250191 Ultramarine

📋 copy color: '#250191'

red 37 ◦ green 1 ◦ blue 145

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

Shades of Ultramarine #250191

Tints of Ultramarine #250191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 79.23%

R = 20.22%
G = 0.55%
B = 79.23%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#250191 (or 0x250191) is known color: Ultramarine. HEX triplet: 25, 01 and 91. RGB value is (37,1,145). Sum of RGB (Red+Green+Blue) = 37+1+145=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #250191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250191 is #DAFE6E. Grayscale: #1B1B1B. Windows color (decimal): -14351983 or 9503013. OLE color: 9503013.

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

Color convert

RGB 37 1 145 -
CMYK 0.74 0.99 0 0.43
HSL 255º 0.99% 0.29% -
HSV(B) 255º 0.99% 0.57% -
XYZ 5.88 2.46 26.95 -
YUV 28.18 193.93 134.29 -
System Red Green Blue C M Y K H S L
Decimal 37 1 145 0.74 0.99 0 0.43 255 0.99 0.29
Hex 25 1 91 4A 63 0 2B FF 63 1D
Octal 45 1 221 112 143 0 53 377 143 35
Binary 100101 1 10010001 1001010 1100011 0 101011 11111111 1100011 11101

Color Harmonies of #250191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250191

Black with #250191

Text Example


Text Example

White with #250191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250191; }

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

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

background-color css

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

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

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

border-color css

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

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

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