#0F1C8A

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

Shades of Ultramarine #0F1C8A

Tints of Ultramarine #0F1C8A

Color information

#0F1C8A (or 0x0F1C8A) is unknown color: approx Ultramarine. HEX triplet: 0F, 1C and 8A. RGB value is (15,28,138). Sum of RGB (Red+Green+Blue) = 15+28+138=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 138 (54.30% from 255 or 76.24% from 181); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F1C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1C8A is #F0E375. Grayscale: #242424. Windows color (decimal): -15786870 or 9051151. OLE color: 9051151.

HSL color Cylindrical-coordinate representation of color #0F1C8A: hue angle of 233.66º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F1C8A is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1528138-
CMYK0.890.8000.46
HSL233.66º80.39%30%-
HSV(B)233.66º89.13%54.12%-
XYZ5.22.7724.3-
YUV36.65185.19112.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.29%
GREEN value IS 28 (11.33% from 255) = 15.47%
BLUE value IS 138 (54.30% from 255) = 76.24%
R=8.29%
G=15.47%
B=76.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15281380.890.8000.46233.6680.3930
HexF1C8A595002Eea501e
Octal173421213112005635212036
Binary1111111001000101010110011010000010111011101010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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