#0D0B9D

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

Shades of Ultramarine #0D0B9D

Tints of Ultramarine #0D0B9D

Color information

#0D0B9D (or 0x0D0B9D) is unknown color: approx Ultramarine. HEX triplet: 0D, 0B and 9D. RGB value is (13,11,157). Sum of RGB (Red+Green+Blue) = 13+11+157=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 157 (61.72% from 255 or 86.74% from 181); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D0B9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0B9D is #F2F462. Grayscale: #1B1B1B. Windows color (decimal): -15922275 or 10291981. OLE color: 10291981.

HSL color Cylindrical-coordinate representation of color #0D0B9D: hue angle of 240.82º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D0B9D is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1311157-
CMYK0.920.9300.38
HSL240.82º86.9%32.94%-
HSV(B)240.82º92.99%61.57%-
XYZ6.372.7632.1-
YUV28.24200.66117.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.18%
GREEN value IS 11 (4.69% from 255) = 6.08%
BLUE value IS 157 (61.72% from 255) = 86.74%
R=7.18%
G=6.08%
B=86.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13111570.920.9300.38240.8286.932.94
HexDB9D5C5D026f15721
Octal151323513413504636112741
Binary1101101110011101101110010111010100110111100011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,11,157); }

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

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

 a { background-color: rgb(13,11,157); }

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

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

 span { border-color: rgb(13,11,157); }

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