#0D138D

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

Shades of Ultramarine #0D138D

Tints of Ultramarine #0D138D

Color information

#0D138D (or 0x0D138D) is unknown color: approx Ultramarine. HEX triplet: 0D, 13 and 8D. RGB value is (13,19,141). Sum of RGB (Red+Green+Blue) = 13+19+141=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 141 (55.47% from 255 or 81.50% from 173); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D138D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D138D is #F2EC72. Grayscale: #1E1E1E. Windows color (decimal): -15920243 or 9245453. OLE color: 9245453.

HSL color Cylindrical-coordinate representation of color #0D138D: hue angle of 237.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D138D is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1319141-
CMYK0.910.8700.45
HSL237.19º83.12%30.2%-
HSV(B)237.19º90.78%55.29%-
XYZ5.212.4725.4-
YUV31.11190.01115.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 141 (55.47% from 255) = 81.50%
R=7.51%
G=10.98%
B=81.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13191410.910.8700.45237.1983.1230.2
HexD138D5B5702Ded531e
Octal152321513312705535512336
Binary1101100111000110110110111010111010110111101101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D138D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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