Html Css Color HEX #250A92 Ultramarine

📋 copy color: '#250A92'

red 37 ◦ green 10 ◦ blue 146

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

Shades of Ultramarine #250A92

Tints of Ultramarine #250A92

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.18%

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

R = 19.17%
G = 5.18%
B = 75.65%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#250A92 (or 0x250A92) is known color: Ultramarine. HEX triplet: 25, 0A and 92. RGB value is (37,10,146). Sum of RGB (Red+Green+Blue) = 37+10+146=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #250A92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250A92 is #DAF56D. Grayscale: #212121. Windows color (decimal): -14349678 or 9570853. OLE color: 9570853.

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

Color convert

RGB 37 10 146 -
CMYK 0.75 0.93 0 0.43
HSL 251.91º 0.87% 0.31% -
HSV(B) 251.91º 0.93% 0.57% -
XYZ 6.06 2.69 27.39 -
YUV 33.58 191.45 130.44 -
System Red Green Blue C M Y K H S L
Decimal 37 10 146 0.75 0.93 0 0.43 251.91 0.87 0.31
Hex 25 A 92 4B 5D 0 2B FC 57 1F
Octal 45 12 222 113 135 0 53 374 127 37
Binary 100101 1010 10010010 1001011 1011101 0 101011 11111100 1010111 11111

Color Harmonies of #250A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A92

Black with #250A92

Text Example


Text Example

White with #250A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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