Html Css Color HEX #250592 Ultramarine

📋 copy color: '#250592'

red 37 ◦ green 5 ◦ blue 146

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

Shades of Ultramarine #250592

Tints of Ultramarine #250592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 77.66%

R = 19.68%
G = 2.66%
B = 77.66%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#250592 (or 0x250592) is known color: Ultramarine. HEX triplet: 25, 05 and 92. RGB value is (37,5,146). Sum of RGB (Red+Green+Blue) = 37+5+146=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 146 (57.42% from 255 or 77.66% from 188); Max value from RGB is 146 - color contains mainly: blue. Hex color #250592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250592 is #DAFA6D. Grayscale: #1E1E1E. Windows color (decimal): -14350958 or 9569573. OLE color: 9569573.

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

Color convert

RGB 37 5 146 -
CMYK 0.75 0.97 0 0.43
HSL 253.62º 0.93% 0.3% -
HSV(B) 253.62º 0.97% 0.57% -
XYZ 6.01 2.58 27.38 -
YUV 30.64 193.1 132.54 -
System Red Green Blue C M Y K H S L
Decimal 37 5 146 0.75 0.97 0 0.43 253.62 0.93 0.3
Hex 25 5 92 4B 61 0 2B FE 5D 1E
Octal 45 5 222 113 141 0 53 376 135 36
Binary 100101 101 10010010 1001011 1100001 0 101011 11111110 1011101 11110

Color Harmonies of #250592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250592

Black with #250592

Text Example


Text Example

White with #250592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250592; }

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

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

background-color css

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

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

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

border-color css

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

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

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