#250CB0

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

Shades of Ultramarine #250CB0

Tints of Ultramarine #250CB0

Color information

#250CB0 (or 0x250CB0) is unknown color: approx Ultramarine. HEX triplet: 25, 0C and B0. RGB value is (37,12,176). Sum of RGB (Red+Green+Blue) = 37+12+176=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 176 (69.14% from 255 or 78.22% from 225); Max value from RGB is 176 - color contains mainly: blue. Hex color #250CB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250CB0 is #DAF34F. Grayscale: #252525. Windows color (decimal): -14349136 or 11537445. OLE color: 11537445.

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

Color convert

RGB3712176-
CMYK0.790.9300.31
HSL249.15º87.23%36.86%-
HSV(B)249.15º93.18%69.02%-
XYZ8.733.7941.35-
YUV38.17205.78127.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 12 (5.08% from 255) = 5.33%
BLUE value IS 176 (69.14% from 255) = 78.22%
R=16.44%
G=5.33%
B=78.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal37121760.790.9300.31249.1587.2336.86
Hex25CB04F5D01Ff95725
Octal451426011713503737112745
Binary10010111001011000010011111011101011111111110011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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