#250cb5

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

Shades of Ultramarine #250CB5

Tints of Ultramarine #250CB5

Color information

#250CB5 (or 0x250CB5) is unknown color: approx Ultramarine. HEX triplet: 25, 0C and B5. RGB value is (37,12,181). Sum of RGB (Red+Green+Blue) = 37+12+181=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 181 (71.09% from 255 or 78.70% from 230); Max value from RGB is 181 - color contains mainly: blue. Hex color #250CB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CB5 is #DAF34A. Grayscale: #262626. Windows color (decimal): -14349131 or 11865125. OLE color: 11865125.

HSL color Cylindrical-coordinate representation of color #250CB5: hue angle of 248.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250CB5 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3712181-
CMYK0.800.9300.29
HSL248.88º87.56%37.84%-
HSV(B)248.88º93.37%70.98%-
XYZ9.233.9944-
YUV38.74208.28126.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 12 (5.08% from 255) = 5.22%
BLUE value IS 181 (71.09% from 255) = 78.70%
R=16.09%
G=5.22%
B=78.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37121810.800.9300.29248.8887.5637.84
Hex25CB5505D01Df95826
Octal451426512013503537113046
Binary10010111001011010110100001011101011101111110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250cb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,12,181); }

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

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

 a { background-color: rgb(37,12,181); }

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

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

 span { border-color: rgb(37,12,181); }

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