#250BB7

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

Shades of Ultramarine #250BB7

Tints of Ultramarine #250BB7

Color information

#250BB7 (or 0x250BB7) is unknown color: approx Ultramarine. HEX triplet: 25, 0B and B7. RGB value is (37,11,183). Sum of RGB (Red+Green+Blue) = 37+11+183=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 183 (71.88% from 255 or 79.22% from 231); Max value from RGB is 183 - color contains mainly: blue. Hex color #250BB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BB7 is #DAF448. Grayscale: #252525. Windows color (decimal): -14349385 or 11995941. OLE color: 11995941.

HSL color Cylindrical-coordinate representation of color #250BB7: hue angle of 249.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250BB7 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3711183-
CMYK0.800.9400.28
HSL249.07º88.66%38.04%-
HSV(B)249.07º93.99%71.76%-
XYZ9.434.0545.08-
YUV38.38209.61127.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 183 (71.88% from 255) = 79.22%
R=16.02%
G=4.76%
B=79.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal37111830.800.9400.28249.0788.6638.04
Hex25BB7505E01Cf95926
Octal451326712013603437113146
Binary10010110111011011110100001011110011100111110011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,11,183); }

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

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

 a { background-color: rgb(37,11,183); }

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

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

 span { border-color: rgb(37,11,183); }

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