#0D1C95

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

Shades of Ultramarine #0D1C95

Tints of Ultramarine #0D1C95

Color information

#0D1C95 (or 0x0D1C95) is unknown color: approx Ultramarine. HEX triplet: 0D, 1C and 95. RGB value is (13,28,149). Sum of RGB (Red+Green+Blue) = 13+28+149=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D1C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1C95 is #F2E36A. Grayscale: #242424. Windows color (decimal): -15917931 or 9772045. OLE color: 9772045.

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

Color convert

RGB1328149-
CMYK0.910.8100.42
HSL233.38º83.95%31.76%-
HSV(B)233.38º91.28%58.43%-
XYZ6.013.0928.71-
YUV37.31191.03110.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.84%
GREEN value IS 28 (11.33% from 255) = 14.74%
BLUE value IS 149 (58.59% from 255) = 78.42%
R=6.84%
G=14.74%
B=78.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13281490.910.8100.42233.3883.9531.76
HexD1C955B5102Ae95420
Octal153422513312105235112440
Binary11011110010010101101101110100010101010111010011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,28,149); }

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

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

 a { background-color: rgb(13,28,149); }

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

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

 span { border-color: rgb(13,28,149); }

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