#0F078B

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

Shades of Ultramarine #0F078B

Tints of Ultramarine #0F078B

Color information

#0F078B (or 0x0F078B) is unknown color: approx Ultramarine. HEX triplet: 0F, 07 and 8B. RGB value is (15,7,139). Sum of RGB (Red+Green+Blue) = 15+7+139=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 139 (54.69% from 255 or 86.34% from 161); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F078B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F078B is #F0F874. Grayscale: #171717. Windows color (decimal): -15792245 or 9111311. OLE color: 9111311.

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

Color convert

RGB157139-
CMYK0.890.9500.45
HSL243.64º90.41%28.63%-
HSV(B)243.64º94.96%54.51%-
XYZ4.932.1224.57-
YUV24.44192.65121.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.32%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 139 (54.69% from 255) = 86.34%
R=9.32%
G=4.35%
B=86.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1571390.890.9500.45243.6490.4128.63
HexF78B595F02Df45a1d
Octal17721313113705536413235
Binary11111111000101110110011011111010110111110100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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