#0D1985

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

Shades of Ultramarine #0D1985

Tints of Ultramarine #0D1985

Color information

#0D1985 (or 0x0D1985) is unknown color: approx Ultramarine. HEX triplet: 0D, 19 and 85. RGB value is (13,25,133). Sum of RGB (Red+Green+Blue) = 13+25+133=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D1985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1985 is #F2E67A. Grayscale: #212121. Windows color (decimal): -15918715 or 8722701. OLE color: 8722701.

HSL color Cylindrical-coordinate representation of color #0D1985: hue angle of 234º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1985 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1325133-
CMYK0.900.8100.48
HSL234º82.19%28.63%-
HSV(B)234º90.23%52.16%-
XYZ4.752.4722.42-
YUV33.72184.02113.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.60%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 133 (52.34% from 255) = 77.78%
R=7.60%
G=14.62%
B=77.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13251330.900.8100.4823482.1928.63
HexD19855A51030ea521d
Octal153120513212106035212235
Binary1101110011000010110110101010001011000011101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,25,133); }

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

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

 a { background-color: rgb(13,25,133); }

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

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

 span { border-color: rgb(13,25,133); }

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