#0F158B

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

Shades of Ultramarine #0F158B

Tints of Ultramarine #0F158B

Color information

#0F158B (or 0x0F158B) is unknown color: approx Ultramarine. HEX triplet: 0F, 15 and 8B. RGB value is (15,21,139). Sum of RGB (Red+Green+Blue) = 15+21+139=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 139 (54.69% from 255 or 79.43% from 175); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F158B is #F0EA74. Grayscale: #202020. Windows color (decimal): -15788661 or 9114895. OLE color: 9114895.

HSL color Cylindrical-coordinate representation of color #0F158B: hue angle of 237.1º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F158B is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1521139-
CMYK0.890.8500.45
HSL237.1º80.52%30.2%-
HSV(B)237.1º89.21%54.51%-
XYZ5.132.524.64-
YUV32.66188.01115.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.57%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 139 (54.69% from 255) = 79.43%
R=8.57%
G=12%
B=79.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15211390.890.8500.45237.180.5230.2
HexF158B595502Ded511e
Octal172521313112505535512136
Binary1111101011000101110110011010101010110111101101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,21,139); }

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

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

 a { background-color: rgb(15,21,139); }

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

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

 span { border-color: rgb(15,21,139); }

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