#250598

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

Shades of Ultramarine #250598

Tints of Ultramarine #250598

Color information

#250598 (or 0x250598) is unknown color: approx Ultramarine. HEX triplet: 25, 05 and 98. RGB value is (37,5,152). Sum of RGB (Red+Green+Blue) = 37+5+152=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 152 (59.77% from 255 or 78.35% from 194); Max value from RGB is 152 - color contains mainly: blue. Hex color #250598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250598 is #DAFA67. Grayscale: #1E1E1E. Windows color (decimal): -14350952 or 9962789. OLE color: 9962789.

HSL color Cylindrical-coordinate representation of color #250598: hue angle of 253.06º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250598 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB375152-
CMYK0.760.9700.40
HSL253.06º93.63%30.78%-
HSV(B)253.06º96.71%59.61%-
XYZ6.482.7729.9-
YUV31.33196.1132.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 152 (59.77% from 255) = 78.35%
R=19.07%
G=2.58%
B=78.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3751520.760.9700.40253.0693.6330.78
Hex255984C61028fd5e1f
Octal45523011414105037513637
Binary1001011011001100010011001100001010100011111101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250598; }

 p { color: rgb(37,5,152); }

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

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

 a { background-color: rgb(37,5,152); }

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

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

 span { border-color: rgb(37,5,152); }

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