Html Css Color HEX #250091 Ultramarine

📋 copy color: '#250091'

red 37 ◦ green 0 ◦ blue 145

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

Shades of Ultramarine #250091

Tints of Ultramarine #250091

RGB

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

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

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

R = 20.33%
G = 0%
B = 79.67%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#250091 (or 0x250091) is known color: Ultramarine. HEX triplet: 25, 00 and 91. RGB value is (37,0,145). Sum of RGB (Red+Green+Blue) = 37+0+145=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 145 (57.03% from 255 or 79.67% from 182); Max value from RGB is 145 - color contains mainly: blue. Hex color #250091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250091 is #DAFF6E. Grayscale: #1B1B1B. Windows color (decimal): -14352239 or 9502757. OLE color: 9502757.

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

Color convert

RGB 37 0 145 -
CMYK 0.74 1 0 0.43
HSL 255.31º 1% 0.28% -
HSV(B) 255.31º 1% 0.57% -
XYZ 5.87 2.44 26.95 -
YUV 27.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 37 0 145 0.74 1 0 0.43 255.31 1 0.28
Hex 25 0 91 4A 64 0 2B FF 64 1C
Octal 45 0 221 112 144 0 53 377 144 34
Binary 100101 0 10010001 1001010 1100100 0 101011 11111111 1100100 11100

Color Harmonies of #250091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250091

Black with #250091

Text Example


Text Example

White with #250091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250091; }

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

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

background-color css

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

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

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

border-color css

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

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

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