#250097

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

Shades of Ultramarine #250097

Tints of Ultramarine #250097

Color information

#250097 (or 0x250097) is unknown color: approx Ultramarine. HEX triplet: 25, 00 and 97. RGB value is (37,0,151). Sum of RGB (Red+Green+Blue) = 37+0+151=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 151 (59.38% from 255 or 80.32% from 188); Max value from RGB is 151 - color contains mainly: blue. Hex color #250097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250097 is #DAFF68. Grayscale: #1B1B1B. Windows color (decimal): -14352233 or 9895973. OLE color: 9895973.

HSL color Cylindrical-coordinate representation of color #250097: hue angle of 254.7º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250097 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB370151-
CMYK0.75100.41
HSL254.7º100%29.61%-
HSV(B)254.7º100%59.22%-
XYZ6.352.6329.45-
YUV28.28197.26134.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 151 (59.38% from 255) = 80.32%
R=19.68%
G=0%
B=80.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3701510.75100.41254.710029.61
Hex250974B64029ff641e
Octal45022711314405137714436
Binary10010101001011110010111100100010100111111111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250097; }

 p { color: rgb(37,0,151); }

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

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

 a { background-color: rgb(37,0,151); }

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

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

 span { border-color: rgb(37,0,151); }

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