#0F1484

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

Shades of Ultramarine #0F1484

Tints of Ultramarine #0F1484

Color information

#0F1484 (or 0x0F1484) is unknown color: approx Ultramarine. HEX triplet: 0F, 14 and 84. RGB value is (15,20,132). Sum of RGB (Red+Green+Blue) = 15+20+132=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 132 (51.95% from 255 or 79.04% from 167); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F1484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1484 is #F0EB7B. Grayscale: #1E1E1E. Windows color (decimal): -15788924 or 8655887. OLE color: 8655887.

HSL color Cylindrical-coordinate representation of color #0F1484: hue angle of 237.44º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F1484 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1520132-
CMYK0.890.8500.48
HSL237.44º79.59%28.82%-
HSV(B)237.44º88.64%51.76%-
XYZ4.612.2722.02-
YUV31.27184.84116.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.98%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 132 (51.95% from 255) = 79.04%
R=8.98%
G=11.98%
B=79.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15201320.890.8500.48237.4479.5928.82
HexF14845955030ed501d
Octal172420413112506035512035
Binary1111101001000010010110011010101011000011101101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,20,132); }

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

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

 a { background-color: rgb(15,20,132); }

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

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

 span { border-color: rgb(15,20,132); }

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