#0F1A9C

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

Shades of Ultramarine #0F1A9C

Tints of Ultramarine #0F1A9C

Color information

#0F1A9C (or 0x0F1A9C) is unknown color: approx Ultramarine. HEX triplet: 0F, 1A and 9C. RGB value is (15,26,156). Sum of RGB (Red+Green+Blue) = 15+26+156=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F1A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1A9C is #F0E563. Grayscale: #252525. Windows color (decimal): -15787364 or 10230287. OLE color: 10230287.

HSL color Cylindrical-coordinate representation of color #0F1A9C: hue angle of 235.32º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F1A9C is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1526156-
CMYK0.900.8300.39
HSL235.32º82.46%33.53%-
HSV(B)235.32º90.38%61.18%-
XYZ6.573.2431.73-
YUV37.53194.86111.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.61%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 156 (61.33% from 255) = 79.19%
R=7.61%
G=13.20%
B=79.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15261560.900.8300.39235.3282.4633.53
HexF1A9C5A53027eb5222
Octal173223413212304735312242
Binary11111101010011100101101010100110100111111010111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,26,156); }

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

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

 a { background-color: rgb(15,26,156); }

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

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

 span { border-color: rgb(15,26,156); }

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