Html Css Color HEX #0D118D Ultramarine

📋 copy color: '#0D118D'

red 13 ◦ green 17 ◦ blue 141

#0D118D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #0D118D

Tints of Ultramarine #0D118D

RGB

 RED value IS 13 (5.47% from 255) = 7.6%

 GREEN value IS 17 (7.03% from 255) = 9.94%

 BLUE value IS 141 (55.47% from 255) = 82.46%

R = 7.6%
G = 9.94%
B = 82.46%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0D118D (or 0x0D118D) is known color: Ultramarine. HEX triplet: 0D, 11 and 8D. RGB value is (13,17,141). Sum of RGB (Red+Green+Blue) = 13+17+141=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 141 (55.47% from 255 or 82.46% from 171); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D118D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D118D is #F2EE72. Grayscale: #1D1D1D. Windows color (decimal): -15920755 or 9244941. OLE color: 9244941.

HSL color Cylindrical-coordinate representation of color #0D118D: hue angle of 238.12º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D118D is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 13 17 141 -
CMYK 0.91 0.88 0 0.45
HSL 238.13º 0.83% 0.3% -
HSV(B) 238.13º 0.91% 0.55% -
XYZ 5.17 2.41 25.39 -
YUV 29.94 190.67 115.92 -
System Red Green Blue C M Y K H S L
Decimal 13 17 141 0.91 0.88 0 0.45 238.13 0.83 0.3
Hex D 11 8D 5B 58 0 2D EE 53 1E
Octal 15 21 215 133 130 0 55 356 123 36
Binary 1101 10001 10001101 1011011 1011000 0 101101 11101110 1010011 11110

Color Harmonies of #0D118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D118D

Black with #0D118D

Text Example


Text Example

White with #0D118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,17,141); }

 H1.HeaderClassName
 {
   color: #0D118D;
 }
 .AnyTagClassName
 {
   color: #0D118D;
 }
</style>

background-color css

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

 a { background-color: rgb(13,17,141); }

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

border-color css

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

 span { border-color: rgb(13,17,141); }

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