#0D1397

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

Shades of Ultramarine #0D1397

Tints of Ultramarine #0D1397

Color information

#0D1397 (or 0x0D1397) is unknown color: approx Ultramarine. HEX triplet: 0D, 13 and 97. RGB value is (13,19,151). Sum of RGB (Red+Green+Blue) = 13+19+151=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 151 (59.38% from 255 or 82.51% from 183); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D1397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1397 is #F2EC68. Grayscale: #1F1F1F. Windows color (decimal): -15920233 or 9900813. OLE color: 9900813.

HSL color Cylindrical-coordinate representation of color #0D1397: hue angle of 237.39º 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 #0D1397 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1319151-
CMYK0.910.8700.41
HSL237.39º84.15%32.16%-
HSV(B)237.39º91.39%59.22%-
XYZ5.982.7929.5-
YUV32.25195.01114.27-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.10%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 151 (59.38% from 255) = 82.51%
R=7.10%
G=10.38%
B=82.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13191510.910.8700.41237.3984.1532.16
HexD13975B57029ed5420
Octal152322713312705135512440
Binary11011001110010111101101110101110101001111011011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,19,151); }

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

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

 a { background-color: rgb(13,19,151); }

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

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

 span { border-color: rgb(13,19,151); }

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