Html Css Color HEX #0D1389 Ultramarine

📋 copy color: '#0D1389'

red 13 ◦ green 19 ◦ blue 137

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

Shades of Ultramarine #0D1389

Tints of Ultramarine #0D1389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

 BLUE value IS 137 (53.91% from 255) = 81.07%

R = 7.69%
G = 11.24%
B = 81.07%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0D1389 (or 0x0D1389) is known color: Ultramarine. HEX triplet: 0D, 13 and 89. RGB value is (13,19,137). Sum of RGB (Red+Green+Blue) = 13+19+137=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D1389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1389 is #F2EC76. Grayscale: #1E1E1E. Windows color (decimal): -15920247 or 8983309. OLE color: 8983309.

HSL color Cylindrical-coordinate representation of color #0D1389: hue angle of 237.1º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1389 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 19 137 -
CMYK 0.91 0.86 0 0.46
HSL 237.1º 0.83% 0.29% -
HSV(B) 237.1º 0.91% 0.54% -
XYZ 4.91 2.36 23.86 -
YUV 30.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 13 19 137 0.91 0.86 0 0.46 237.1 0.83 0.29
Hex D 13 89 5B 56 0 2E ED 53 1D
Octal 15 23 211 133 126 0 56 355 123 35
Binary 1101 10011 10001001 1011011 1010110 0 101110 11101101 1010011 11101

Color Harmonies of #0D1389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1389

Black with #0D1389

Text Example


Text Example

White with #0D1389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,19,137); }

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

background-color css

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

 a { background-color: rgb(13,19,137); }

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

border-color css

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

 span { border-color: rgb(13,19,137); }

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