Html Css Color HEX #250992 Ultramarine

📋 copy color: '#250992'

red 37 ◦ green 9 ◦ blue 146

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

Shades of Ultramarine #250992

Tints of Ultramarine #250992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

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

R = 19.27%
G = 4.69%
B = 76.04%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#250992 (or 0x250992) is known color: Ultramarine. HEX triplet: 25, 09 and 92. RGB value is (37,9,146). Sum of RGB (Red+Green+Blue) = 37+9+146=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 146 (57.42% from 255 or 76.04% from 192); Max value from RGB is 146 - color contains mainly: blue. Hex color #250992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250992 is #DAF66D. Grayscale: #202020. Windows color (decimal): -14349934 or 9570597. OLE color: 9570597.

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

Color convert

RGB 37 9 146 -
CMYK 0.75 0.94 0 0.43
HSL 252.26º 0.88% 0.3% -
HSV(B) 252.26º 0.94% 0.57% -
XYZ 6.05 2.66 27.39 -
YUV 32.99 191.78 130.86 -
System Red Green Blue C M Y K H S L
Decimal 37 9 146 0.75 0.94 0 0.43 252.26 0.88 0.3
Hex 25 9 92 4B 5E 0 2B FC 58 1E
Octal 45 11 222 113 136 0 53 374 130 36
Binary 100101 1001 10010010 1001011 1011110 0 101011 11111100 1011000 11110

Color Harmonies of #250992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250992

Black with #250992

Text Example


Text Example

White with #250992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250992; }

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

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

background-color css

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

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

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

border-color css

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

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

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