#0d0fa0

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

Shades of Ultramarine #0D0FA0

Tints of Ultramarine #0D0FA0

Color information

#0D0FA0 (or 0x0D0FA0) is unknown color: approx Ultramarine. HEX triplet: 0D, 0F and A0. RGB value is (13,15,160). Sum of RGB (Red+Green+Blue) = 13+15+160=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 160 (62.89% from 255 or 85.11% from 188); Max value from RGB is 160 - color contains mainly: blue. Hex color #0D0FA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0FA0 is #F2F05F. Grayscale: #1E1E1E. Windows color (decimal): -15921248 or 10489613. OLE color: 10489613.

HSL color Cylindrical-coordinate representation of color #0D0FA0: hue angle of 239.18º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D0FA0 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1315160-
CMYK0.920.9100.37
HSL239.18º84.97%33.92%-
HSV(B)239.18º91.87%62.75%-
XYZ6.682.9733.48-
YUV30.93200.84115.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.91%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 160 (62.89% from 255) = 85.11%
R=6.91%
G=7.98%
B=85.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13151600.920.9100.37239.1884.9733.92
HexDFA05C5B025ef5522
Octal151724013413304535712542
Binary1101111110100000101110010110110100101111011111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d0fa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,15,160); }

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

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

 a { background-color: rgb(13,15,160); }

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

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

 span { border-color: rgb(13,15,160); }

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