Html Css Color HEX #0D1395 Ultramarine

📋 copy color: '#0D1395'

red 13 ◦ green 19 ◦ blue 149

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

Shades of Ultramarine #0D1395

Tints of Ultramarine #0D1395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 82.32%

R = 7.18%
G = 10.5%
B = 82.32%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D1395 (or 0x0D1395) is known color: Ultramarine. HEX triplet: 0D, 13 and 95. RGB value is (13,19,149). Sum of RGB (Red+Green+Blue) = 13+19+149=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 149 (58.59% from 255 or 82.32% from 181); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D1395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1395 is #F2EC6A. Grayscale: #1F1F1F. Windows color (decimal): -15920235 or 9769741. OLE color: 9769741.

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

Color convert

RGB 13 19 149 -
CMYK 0.91 0.87 0 0.42
HSL 237.35º 0.84% 0.32% -
HSV(B) 237.35º 0.91% 0.58% -
XYZ 5.82 2.72 28.65 -
YUV 32.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 13 19 149 0.91 0.87 0 0.42 237.35 0.84 0.32
Hex D 13 95 5B 57 0 2A ED 54 20
Octal 15 23 225 133 127 0 52 355 124 40
Binary 1101 10011 10010101 1011011 1010111 0 101010 11101101 1010100 100000

Color Harmonies of #0D1395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1395

Black with #0D1395

Text Example


Text Example

White with #0D1395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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