Html Css Color HEX #250292 Ultramarine

📋 copy color: '#250292'

red 37 ◦ green 2 ◦ blue 146

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

Shades of Ultramarine #250292

Tints of Ultramarine #250292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 20%
G = 1.08%
B = 78.92%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#250292 (or 0x250292) is known color: Ultramarine. HEX triplet: 25, 02 and 92. RGB value is (37,2,146). Sum of RGB (Red+Green+Blue) = 37+2+146=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #250292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250292 is #DAFD6D. Grayscale: #1C1C1C. Windows color (decimal): -14351726 or 9568805. OLE color: 9568805.

HSL color Cylindrical-coordinate representation of color #250292: hue angle of 254.58º degrees, saturation: 0.97, 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 #250292 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 2 146 -
CMYK 0.75 0.99 0 0.43
HSL 254.58º 0.97% 0.29% -
HSV(B) 254.58º 0.99% 0.57% -
XYZ 5.97 2.51 27.36 -
YUV 28.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 37 2 146 0.75 0.99 0 0.43 254.58 0.97 0.29
Hex 25 2 92 4B 63 0 2B FF 61 1D
Octal 45 2 222 113 143 0 53 377 141 35
Binary 100101 10 10010010 1001011 1100011 0 101011 11111111 1100001 11101

Color Harmonies of #250292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250292

Black with #250292

Text Example


Text Example

White with #250292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250292; }

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

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

background-color css

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

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

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

border-color css

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

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

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