#0F2095

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

Shades of Ultramarine #0F2095

Tints of Ultramarine #0F2095

Color information

#0F2095 (or 0x0F2095) is unknown color: approx Ultramarine. HEX triplet: 0F, 20 and 95. RGB value is (15,32,149). Sum of RGB (Red+Green+Blue) = 15+32+149=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 149 (58.59% from 255 or 76.02% from 196); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F2095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2095 is #F0DF6A. Grayscale: #272727. Windows color (decimal): -15785835 or 9773071. OLE color: 9773071.

HSL color Cylindrical-coordinate representation of color #0F2095: hue angle of 232.39º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2095 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1532149-
CMYK0.900.7900.42
HSL232.39º81.71%32.16%-
HSV(B)232.39º89.93%58.43%-
XYZ6.143.328.75-
YUV40.25189.37109.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.65%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 149 (58.59% from 255) = 76.02%
R=7.65%
G=16.33%
B=76.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15321490.900.7900.42232.3981.7132.16
HexF20955A4F02Ae85220
Octal174022513211705235012240
Binary111110000010010101101101010011110101010111010001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F2095; }

 p { color: rgb(15,32,149); }

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

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

 a { background-color: rgb(15,32,149); }

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

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

 span { border-color: rgb(15,32,149); }

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