#250EAF

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

Shades of Ultramarine #250EAF

Tints of Ultramarine #250EAF

Color information

#250EAF (or 0x250EAF) is unknown color: approx Ultramarine. HEX triplet: 25, 0E and AF. RGB value is (37,14,175). Sum of RGB (Red+Green+Blue) = 37+14+175=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #250EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250EAF is #DAF150. Grayscale: #262626. Windows color (decimal): -14348625 or 11472421. OLE color: 11472421.

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

Color convert

RGB3714175-
CMYK0.790.9200.31
HSL248.57º85.19%37.06%-
HSV(B)248.57º92%68.63%-
XYZ8.663.840.84-
YUV39.23204.62126.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 14 (5.86% from 255) = 6.19%
BLUE value IS 175 (68.75% from 255) = 77.43%
R=16.37%
G=6.19%
B=77.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal37141750.790.9200.31248.5785.1937.06
Hex25EAF4F5C01Ff95525
Octal451625711713403737112545
Binary10010111101010111110011111011100011111111110011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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