Html Css Color HEX #250591 Ultramarine

📋 copy color: '#250591'

red 37 ◦ green 5 ◦ blue 145

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

Shades of Ultramarine #250591

Tints of Ultramarine #250591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 19.79%
G = 2.67%
B = 77.54%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#250591 (or 0x250591) is known color: Ultramarine. HEX triplet: 25, 05 and 91. RGB value is (37,5,145). Sum of RGB (Red+Green+Blue) = 37+5+145=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 145 (57.03% from 255 or 77.54% from 187); Max value from RGB is 145 - color contains mainly: blue. Hex color #250591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250591 is #DAFA6E. Grayscale: #1E1E1E. Windows color (decimal): -14350959 or 9504037. OLE color: 9504037.

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

Color convert

RGB 37 5 145 -
CMYK 0.74 0.97 0 0.43
HSL 253.71º 0.93% 0.29% -
HSV(B) 253.71º 0.97% 0.57% -
XYZ 5.93 2.55 26.97 -
YUV 30.53 192.6 132.62 -
System Red Green Blue C M Y K H S L
Decimal 37 5 145 0.74 0.97 0 0.43 253.71 0.93 0.29
Hex 25 5 91 4A 61 0 2B FE 5D 1D
Octal 45 5 221 112 141 0 53 376 135 35
Binary 100101 101 10010001 1001010 1100001 0 101011 11111110 1011101 11101

Color Harmonies of #250591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250591

Black with #250591

Text Example


Text Example

White with #250591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250591; }

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

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

background-color css

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

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

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

border-color css

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

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

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