#0D1984

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

Shades of Ultramarine #0D1984

Tints of Ultramarine #0D1984

Color information

#0D1984 (or 0x0D1984) is unknown color: approx Ultramarine. HEX triplet: 0D, 19 and 84. RGB value is (13,25,132). Sum of RGB (Red+Green+Blue) = 13+25+132=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 132 (51.95% from 255 or 77.65% from 170); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D1984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1984 is #F2E67B. Grayscale: #212121. Windows color (decimal): -15918716 or 8657165. OLE color: 8657165.

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

Color convert

RGB1325132-
CMYK0.900.8100.48
HSL233.95º82.07%28.43%-
HSV(B)233.95º90.15%51.76%-
XYZ4.682.4522.06-
YUV33.61183.52113.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.65%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 132 (51.95% from 255) = 77.65%
R=7.65%
G=14.71%
B=77.65%

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
Decimal13251320.900.8100.48233.9582.0728.43
HexD19845A51030ea521c
Octal153120413212106035212234
Binary1101110011000010010110101010001011000011101010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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