Html Css Color HEX #0D109D Ultramarine

📋 copy color: '#0D109D'

red 13 ◦ green 16 ◦ blue 157

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

Shades of Ultramarine #0D109D

Tints of Ultramarine #0D109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

 BLUE value IS 157 (61.72% from 255) = 84.41%

R = 6.99%
G = 8.6%
B = 84.41%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D109D (or 0x0D109D) is known color: Ultramarine. HEX triplet: 0D, 10 and 9D. RGB value is (13,16,157). Sum of RGB (Red+Green+Blue) = 13+16+157=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D109D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D109D is #F2EF62. Grayscale: #1E1E1E. Windows color (decimal): -15920995 or 10293261. OLE color: 10293261.

HSL color Cylindrical-coordinate representation of color #0D109D: hue angle of 238.75º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D109D is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 16 157 -
CMYK 0.92 0.90 0 0.38
HSL 238.75º 0.85% 0.33% -
HSV(B) 238.75º 0.92% 0.62% -
XYZ 6.44 2.89 32.12 -
YUV 31.18 199.01 115.04 -
System Red Green Blue C M Y K H S L
Decimal 13 16 157 0.92 0.90 0 0.38 238.75 0.85 0.33
Hex D 10 9D 5C 5A 0 26 EF 55 21
Octal 15 20 235 134 132 0 46 357 125 41
Binary 1101 10000 10011101 1011100 1011010 0 100110 11101111 1010101 100001

Color Harmonies of #0D109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D109D

Black with #0D109D

Text Example


Text Example

White with #0D109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,16,157); }

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

background-color css

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

 a { background-color: rgb(13,16,157); }

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

border-color css

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

 span { border-color: rgb(13,16,157); }

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