#0D1484

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

Shades of Ultramarine #0D1484

Tints of Ultramarine #0D1484

Color information

#0D1484 (or 0x0D1484) is unknown color: approx Ultramarine. HEX triplet: 0D, 14 and 84. RGB value is (13,20,132). Sum of RGB (Red+Green+Blue) = 13+20+132=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 132 (51.95% from 255 or 80% from 165); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D1484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1484 is #F2EB7B. Grayscale: #1E1E1E. Windows color (decimal): -15919996 or 8655885. OLE color: 8655885.

HSL color Cylindrical-coordinate representation of color #0D1484: hue angle of 236.47º 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 #0D1484 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1320132-
CMYK0.900.8500.48
HSL236.47º82.07%28.43%-
HSV(B)236.47º90.15%51.76%-
XYZ4.582.2522.02-
YUV30.67185.18115.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.88%
GREEN value IS 20 (8.20% from 255) = 12.12%
BLUE value IS 132 (51.95% from 255) = 80%
R=7.88%
G=12.12%
B=80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13201320.900.8500.48236.4782.0728.43
HexD14845A55030ec521c
Octal152420413212506035412234
Binary1101101001000010010110101010101011000011101100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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