#250CB6

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

Shades of Ultramarine #250CB6

Tints of Ultramarine #250CB6

Color information

#250CB6 (or 0x250CB6) is unknown color: approx Ultramarine. HEX triplet: 25, 0C and B6. RGB value is (37,12,182). Sum of RGB (Red+Green+Blue) = 37+12+182=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 182 (71.48% from 255 or 78.79% from 231); Max value from RGB is 182 - color contains mainly: blue. Hex color #250CB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CB6 is #DAF349. Grayscale: #262626. Windows color (decimal): -14349130 or 11930661. OLE color: 11930661.

HSL color Cylindrical-coordinate representation of color #250CB6: hue angle of 248.82º 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 #250CB6 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3712182-
CMYK0.800.9300.29
HSL248.82º87.63%38.04%-
HSV(B)248.82º93.41%71.37%-
XYZ9.344.0344.54-
YUV38.86208.78126.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 182 (71.48% from 255) = 78.79%
R=16.02%
G=5.19%
B=78.79%

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
Decimal37121820.800.9300.29248.8287.6338.04
Hex25CB6505D01Df95826
Octal451426612013503537113046
Binary10010111001011011010100001011101011101111110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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