Html Css Color HEX #250A93 Ultramarine

📋 copy color: '#250A93'

red 37 ◦ green 10 ◦ blue 147

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

Shades of Ultramarine #250A93

Tints of Ultramarine #250A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 75.77%

R = 19.07%
G = 5.15%
B = 75.77%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#250A93 (or 0x250A93) is known color: Ultramarine. HEX triplet: 25, 0A and 93. RGB value is (37,10,147). Sum of RGB (Red+Green+Blue) = 37+10+147=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #250A93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250A93 is #DAF56C. Grayscale: #212121. Windows color (decimal): -14349677 or 9636389. OLE color: 9636389.

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

Color convert

RGB 37 10 147 -
CMYK 0.75 0.93 0 0.42
HSL 251.82º 0.87% 0.31% -
HSV(B) 251.82º 0.93% 0.58% -
XYZ 6.14 2.72 27.8 -
YUV 33.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 37 10 147 0.75 0.93 0 0.42 251.82 0.87 0.31
Hex 25 A 93 4B 5D 0 2A FC 57 1F
Octal 45 12 223 113 135 0 52 374 127 37
Binary 100101 1010 10010011 1001011 1011101 0 101010 11111100 1010111 11111

Color Harmonies of #250A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A93

Black with #250A93

Text Example


Text Example

White with #250A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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