#0F1C9E

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

Shades of Ultramarine #0F1C9E

Tints of Ultramarine #0F1C9E

Color information

#0F1C9E (or 0x0F1C9E) is unknown color: approx Ultramarine. HEX triplet: 0F, 1C and 9E. RGB value is (15,28,158). Sum of RGB (Red+Green+Blue) = 15+28+158=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 158 (62.11% from 255 or 78.61% from 201); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F1C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1C9E is #F0E361. Grayscale: #262626. Windows color (decimal): -15786850 or 10361871. OLE color: 10361871.

HSL color Cylindrical-coordinate representation of color #0F1C9E: hue angle of 234.55º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F1C9E is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1528158-
CMYK0.910.8200.38
HSL234.55º82.66%33.92%-
HSV(B)234.55º90.51%61.96%-
XYZ6.783.432.65-
YUV38.93195.19110.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.46%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 158 (62.11% from 255) = 78.61%
R=7.46%
G=13.93%
B=78.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15281580.910.8200.38234.5582.6633.92
HexF1C9E5B52026eb5322
Octal173423613312204635312342
Binary11111110010011110101101110100100100110111010111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,28,158); }

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

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

 a { background-color: rgb(15,28,158); }

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

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

 span { border-color: rgb(15,28,158); }

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