Html Css Color HEX #250EA0 Ultramarine

📋 copy color: '#250EA0'

red 37 ◦ green 14 ◦ blue 160

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

Shades of Ultramarine #250EA0

Tints of Ultramarine #250EA0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.64%

 BLUE value IS 160 (62.89% from 255) = 75.83%

R = 17.54%
G = 6.64%
B = 75.83%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#250EA0 (or 0x250EA0) is known color: Ultramarine. HEX triplet: 25, 0E and A0. RGB value is (37,14,160). Sum of RGB (Red+Green+Blue) = 37+14+160=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 160 (62.89% from 255 or 75.83% from 211); Max value from RGB is 160 - color contains mainly: blue. Hex color #250EA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250EA0 is #DAF15F. Grayscale: #242424. Windows color (decimal): -14348640 or 10489381. OLE color: 10489381.

HSL color Cylindrical-coordinate representation of color #250EA0: hue angle of 249.45º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250EA0 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 14 160 -
CMYK 0.77 0.91 0 0.37
HSL 249.45º 0.84% 0.34% -
HSV(B) 249.45º 0.91% 0.63% -
XYZ 7.27 3.25 33.5 -
YUV 37.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 37 14 160 0.77 0.91 0 0.37 249.45 0.84 0.34
Hex 25 E A0 4D 5B 0 25 F9 54 22
Octal 45 16 240 115 133 0 45 371 124 42
Binary 100101 1110 10100000 1001101 1011011 0 100101 11111001 1010100 100010

Color Harmonies of #250EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250EA0

Black with #250EA0

Text Example


Text Example

White with #250EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,14,160); }

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

background-color css

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

 a { background-color: rgb(37,14,160); }

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

border-color css

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

 span { border-color: rgb(37,14,160); }

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