Html Css Color HEX #0D109F Ultramarine

📋 copy color: '#0D109F'

red 13 ◦ green 16 ◦ blue 159

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

Shades of Ultramarine #0D109F

Tints of Ultramarine #0D109F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 84.57%

R = 6.91%
G = 8.51%
B = 84.57%

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

#0D109F (or 0x0D109F) is known color: Ultramarine. HEX triplet: 0D, 10 and 9F. RGB value is (13,16,159). Sum of RGB (Red+Green+Blue) = 13+16+159=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 159 (62.5% from 255 or 84.57% from 188); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D109F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D109F is #F2EF60. Grayscale: #1E1E1E. Windows color (decimal): -15920993 or 10424333. OLE color: 10424333.

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

Color convert

RGB 13 16 159 -
CMYK 0.92 0.90 0 0.38
HSL 238.77º 0.85% 0.34% -
HSV(B) 238.77º 0.92% 0.62% -
XYZ 6.61 2.96 33.02 -
YUV 31.41 200.01 114.87 -
System Red Green Blue C M Y K H S L
Decimal 13 16 159 0.92 0.90 0 0.38 238.77 0.85 0.34
Hex D 10 9F 5C 5A 0 26 EF 55 22
Octal 15 20 237 134 132 0 46 357 125 42
Binary 1101 10000 10011111 1011100 1011010 0 100110 11101111 1010101 100010

Color Harmonies of #0D109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D109F

Black with #0D109F

Text Example


Text Example

White with #0D109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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