#250EB2

Color #250EB2 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #250EB2

Tints of Ultramarine #250EB2

Color information

#250EB2 (or 0x250EB2) is unknown color: approx Ultramarine. HEX triplet: 25, 0E and B2. RGB value is (37,14,178). Sum of RGB (Red+Green+Blue) = 37+14+178=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 178 (69.92% from 255 or 77.73% from 229); Max value from RGB is 178 - color contains mainly: blue. Hex color #250EB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250EB2 is #DAF14D. Grayscale: #262626. Windows color (decimal): -14348622 or 11669029. OLE color: 11669029.

HSL color Cylindrical-coordinate representation of color #250EB2: hue angle of 248.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250EB2 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3714178-
CMYK0.790.9200.30
HSL248.41º85.42%37.65%-
HSV(B)248.41º92.13%69.8%-
XYZ8.963.9242.4-
YUV39.57206.12126.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 14 (5.86% from 255) = 6.11%
BLUE value IS 178 (69.92% from 255) = 77.73%
R=16.16%
G=6.11%
B=77.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal37141780.790.9200.30248.4185.4237.65
Hex25EB24F5C01Ef85526
Octal451626211713403637012546
Binary10010111101011001010011111011100011110111110001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #250EB2;
 }
 .AnyTagClassName
 {
   color: #250EB2;
 }
</style>
background-color css

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

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

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

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

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

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