Html Css Color HEX #250E8E Ultramarine

📋 copy color: '#250E8E'

red 37 ◦ green 14 ◦ blue 142

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

Shades of Ultramarine #250E8E

Tints of Ultramarine #250E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 73.58%

R = 19.17%
G = 7.25%
B = 73.58%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#250E8E (or 0x250E8E) is known color: Ultramarine. HEX triplet: 25, 0E and 8E. RGB value is (37,14,142). Sum of RGB (Red+Green+Blue) = 37+14+142=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 142 (55.86% from 255 or 73.58% from 193); Max value from RGB is 142 - color contains mainly: blue. Hex color #250E8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250E8E is #DAF171. Grayscale: #222222. Windows color (decimal): -14348658 or 9309733. OLE color: 9309733.

HSL color Cylindrical-coordinate representation of color #250E8E: hue angle of 250.78º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250E8E is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 14 142 -
CMYK 0.74 0.90 0 0.44
HSL 250.78º 0.82% 0.31% -
HSV(B) 250.78º 0.9% 0.56% -
XYZ 5.8 2.66 25.8 -
YUV 35.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 37 14 142 0.74 0.90 0 0.44 250.78 0.82 0.31
Hex 25 E 8E 4A 5A 0 2C FB 52 1F
Octal 45 16 216 112 132 0 54 373 122 37
Binary 100101 1110 10001110 1001010 1011010 0 101100 11111011 1010010 11111

Color Harmonies of #250E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E8E

Black with #250E8E

Text Example


Text Example

White with #250E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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