#0D088E

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

Shades of Ultramarine #0D088E

Tints of Ultramarine #0D088E

Color information

#0D088E (or 0x0D088E) is unknown color: approx Ultramarine. HEX triplet: 0D, 08 and 8E. RGB value is (13,8,142). Sum of RGB (Red+Green+Blue) = 13+8+142=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 142 (55.86% from 255 or 87.12% from 163); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D088E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D088E is #F2F771. Grayscale: #181818. Windows color (decimal): -15923058 or 9308173. OLE color: 9308173.

HSL color Cylindrical-coordinate representation of color #0D088E: hue angle of 242.24º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D088E is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB138142-
CMYK0.910.9400.44
HSL242.24º89.33%29.41%-
HSV(B)242.24º94.37%55.69%-
XYZ5.142.2125.75-
YUV24.77194.16119.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.98%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 142 (55.86% from 255) = 87.12%
R=7.98%
G=4.91%
B=87.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381420.910.9400.44242.2489.3329.41
HexD88E5B5E02Cf2591d
Octal151021613313605436213135
Binary110110001000111010110111011110010110011110010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,8,142); }

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

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

 a { background-color: rgb(13,8,142); }

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

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

 span { border-color: rgb(13,8,142); }

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