Html Css Color HEX #250E93 Ultramarine

📋 copy color: '#250E93'

red 37 ◦ green 14 ◦ blue 147

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

Shades of Ultramarine #250E93

Tints of Ultramarine #250E93

RGB

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

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

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

R = 18.69%
G = 7.07%
B = 74.24%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#250E93 (or 0x250E93) is known color: Ultramarine. HEX triplet: 25, 0E and 93. RGB value is (37,14,147). Sum of RGB (Red+Green+Blue) = 37+14+147=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #250E93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250E93 is #DAF16C. Grayscale: #232323. Windows color (decimal): -14348653 or 9637413. OLE color: 9637413.

HSL color Cylindrical-coordinate representation of color #250E93: hue angle of 250.38º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250E93 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 14 147 -
CMYK 0.75 0.90 0 0.42
HSL 250.38º 0.83% 0.32% -
HSV(B) 250.38º 0.9% 0.58% -
XYZ 6.19 2.81 27.82 -
YUV 36.04 190.62 128.69 -
System Red Green Blue C M Y K H S L
Decimal 37 14 147 0.75 0.90 0 0.42 250.38 0.83 0.32
Hex 25 E 93 4B 5A 0 2A FA 53 20
Octal 45 16 223 113 132 0 52 372 123 40
Binary 100101 1110 10010011 1001011 1011010 0 101010 11111010 1010011 100000

Color Harmonies of #250E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E93

Black with #250E93

Text Example


Text Example

White with #250E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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