#0D1F96

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

Shades of Ultramarine #0D1F96

Tints of Ultramarine #0D1F96

Color information

#0D1F96 (or 0x0D1F96) is unknown color: approx Ultramarine. HEX triplet: 0D, 1F and 96. RGB value is (13,31,150). Sum of RGB (Red+Green+Blue) = 13+31+150=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 150 (58.98% from 255 or 77.32% from 194); Max value from RGB is 150 - color contains mainly: blue. Hex color #0D1F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1F96 is #F2E069. Grayscale: #262626. Windows color (decimal): -15917162 or 9838349. OLE color: 9838349.

HSL color Cylindrical-coordinate representation of color #0D1F96: hue angle of 232.12º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1F96 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1331150-
CMYK0.910.7900.41
HSL232.12º84.05%31.96%-
HSV(B)232.12º91.33%58.82%-
XYZ6.163.2729.16-
YUV39.18190.54109.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.70%
GREEN value IS 31 (12.5% from 255) = 15.98%
BLUE value IS 150 (58.98% from 255) = 77.32%
R=6.70%
G=15.98%
B=77.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13311500.910.7900.41232.1284.0531.96
HexD1F965B4F029e85420
Octal153722613311705135012440
Binary11011111110010110101101110011110101001111010001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,31,150); }

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

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

 a { background-color: rgb(13,31,150); }

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

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

 span { border-color: rgb(13,31,150); }

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