Html Css Color HEX #0D1993 Ultramarine

📋 copy color: '#0D1993'

red 13 ◦ green 25 ◦ blue 147

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

Shades of Ultramarine #0D1993

Tints of Ultramarine #0D1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

 BLUE value IS 147 (57.81% from 255) = 79.46%

R = 7.03%
G = 13.51%
B = 79.46%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D1993 (or 0x0D1993) is known color: Ultramarine. HEX triplet: 0D, 19 and 93. RGB value is (13,25,147). Sum of RGB (Red+Green+Blue) = 13+25+147=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 147 (57.81% from 255 or 79.46% from 185); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D1993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1993 is #F2E66C. Grayscale: #222222. Windows color (decimal): -15918701 or 9640205. OLE color: 9640205.

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

Color convert

RGB 13 25 147 -
CMYK 0.91 0.83 0 0.42
HSL 234.63º 0.84% 0.31% -
HSV(B) 234.63º 0.91% 0.58% -
XYZ 5.78 2.89 27.86 -
YUV 35.32 191.02 112.08 -
System Red Green Blue C M Y K H S L
Decimal 13 25 147 0.91 0.83 0 0.42 234.63 0.84 0.31
Hex D 19 93 5B 53 0 2A EB 54 1F
Octal 15 31 223 133 123 0 52 353 124 37
Binary 1101 11001 10010011 1011011 1010011 0 101010 11101011 1010100 11111

Color Harmonies of #0D1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1993

Black with #0D1993

Text Example


Text Example

White with #0D1993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,25,147); }

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

background-color css

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

 a { background-color: rgb(13,25,147); }

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

border-color css

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

 span { border-color: rgb(13,25,147); }

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