Html Css Color HEX #0D1391 Ultramarine

📋 copy color: '#0D1391'

red 13 ◦ green 19 ◦ blue 145

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

Shades of Ultramarine #0D1391

Tints of Ultramarine #0D1391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 81.92%

R = 7.34%
G = 10.73%
B = 81.92%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0D1391 (or 0x0D1391) is known color: Ultramarine. HEX triplet: 0D, 13 and 91. RGB value is (13,19,145). Sum of RGB (Red+Green+Blue) = 13+19+145=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D1391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1391 is #F2EC6E. Grayscale: #1F1F1F. Windows color (decimal): -15920239 or 9507597. OLE color: 9507597.

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

Color convert

RGB 13 19 145 -
CMYK 0.91 0.87 0 0.43
HSL 237.27º 0.84% 0.31% -
HSV(B) 237.27º 0.91% 0.57% -
XYZ 5.51 2.6 27 -
YUV 31.57 192.01 114.75 -
System Red Green Blue C M Y K H S L
Decimal 13 19 145 0.91 0.87 0 0.43 237.27 0.84 0.31
Hex D 13 91 5B 57 0 2B ED 54 1F
Octal 15 23 221 133 127 0 53 355 124 37
Binary 1101 10011 10010001 1011011 1010111 0 101011 11101101 1010100 11111

Color Harmonies of #0D1391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1391

Black with #0D1391

Text Example


Text Example

White with #0D1391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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