#0D0692

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

Shades of Ultramarine #0D0692

Tints of Ultramarine #0D0692

Color information

#0D0692 (or 0x0D0692) is unknown color: approx Ultramarine. HEX triplet: 0D, 06 and 92. RGB value is (13,6,146). Sum of RGB (Red+Green+Blue) = 13+6+146=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 146 (57.42% from 255 or 88.48% from 165); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D0692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0692 is #F2F96D. Grayscale: #171717. Windows color (decimal): -15923566 or 9569805. OLE color: 9569805.

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

Color convert

RGB136146-
CMYK0.910.9600.43
HSL243º92.11%29.8%-
HSV(B)243º95.89%57.25%-
XYZ5.422.2927.35-
YUV24.05196.82120.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.88%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 146 (57.42% from 255) = 88.48%
R=7.88%
G=3.64%
B=88.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361460.910.9600.4324392.1129.8
HexD6925B6002Bf35c1e
Octal15622213314005336313436
Binary11011101001001010110111100000010101111110011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,6,146); }

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

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

 a { background-color: rgb(13,6,146); }

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

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

 span { border-color: rgb(13,6,146); }

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