#250895

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

Shades of Ultramarine #250895

Tints of Ultramarine #250895

Color information

#250895 (or 0x250895) is unknown color: approx Ultramarine. HEX triplet: 25, 08 and 95. RGB value is (37,8,149). Sum of RGB (Red+Green+Blue) = 37+8+149=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #250895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250895 is #DAF76A. Grayscale: #202020. Windows color (decimal): -14350187 or 9766949. OLE color: 9766949.

HSL color Cylindrical-coordinate representation of color #250895: hue angle of 252.34º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250895 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB378149-
CMYK0.750.9500.42
HSL252.34º89.81%30.78%-
HSV(B)252.34º94.63%58.43%-
XYZ6.272.7428.63-
YUV32.74193.61131.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 8 (3.52% from 255) = 4.12%
BLUE value IS 149 (58.59% from 255) = 76.80%
R=19.07%
G=4.12%
B=76.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3781490.750.9500.42252.3489.8130.78
Hex258954B5F02Afc5a1f
Octal451022511313705237413237
Binary10010110001001010110010111011111010101011111100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250895; }

 p { color: rgb(37,8,149); }

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

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

 a { background-color: rgb(37,8,149); }

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

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

 span { border-color: rgb(37,8,149); }

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