#0D2091

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

Shades of Ultramarine #0D2091

Tints of Ultramarine #0D2091

Color information

#0D2091 (or 0x0D2091) is unknown color: approx Ultramarine. HEX triplet: 0D, 20 and 91. RGB value is (13,32,145). Sum of RGB (Red+Green+Blue) = 13+32+145=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 145 (57.03% from 255 or 76.32% from 190); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D2091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2091 is #F2DF6E. Grayscale: #262626. Windows color (decimal): -15916911 or 9510925. OLE color: 9510925.

HSL color Cylindrical-coordinate representation of color #0D2091: hue angle of 231.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2091 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1332145-
CMYK0.910.7800.43
HSL231.36º83.54%30.98%-
HSV(B)231.36º91.03%56.86%-
XYZ5.793.1627.09-
YUV39.2187.71109.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.84%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 145 (57.03% from 255) = 76.32%
R=6.84%
G=16.84%
B=76.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13321450.910.7800.43231.3683.5430.98
HexD20915B4E02Be7541f
Octal154022113311605334712437
Binary11011000001001000110110111001110010101111100111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,32,145); }

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

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

 a { background-color: rgb(13,32,145); }

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

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

 span { border-color: rgb(13,32,145); }

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