Html Css Color HEX #0D098E Ultramarine

📋 copy color: '#0D098E'

red 13 ◦ green 9 ◦ blue 142

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

Shades of Ultramarine #0D098E

Tints of Ultramarine #0D098E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

 BLUE value IS 142 (55.86% from 255) = 86.59%

R = 7.93%
G = 5.49%
B = 86.59%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D098E (or 0x0D098E) is known color: Ultramarine. HEX triplet: 0D, 09 and 8E. RGB value is (13,9,142). Sum of RGB (Red+Green+Blue) = 13+9+142=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 142 (55.86% from 255 or 86.59% from 164); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D098E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D098E is #F2F671. Grayscale: #181818. Windows color (decimal): -15922802 or 9308429. OLE color: 9308429.

HSL color Cylindrical-coordinate representation of color #0D098E: hue angle of 241.8º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D098E is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 9 142 -
CMYK 0.91 0.94 0 0.44
HSL 241.8º 0.88% 0.3% -
HSV(B) 241.8º 0.94% 0.56% -
XYZ 5.15 2.23 25.75 -
YUV 25.36 193.83 119.19 -
System Red Green Blue C M Y K H S L
Decimal 13 9 142 0.91 0.94 0 0.44 241.8 0.88 0.3
Hex D 9 8E 5B 5E 0 2C F2 58 1E
Octal 15 11 216 133 136 0 54 362 130 36
Binary 1101 1001 10001110 1011011 1011110 0 101100 11110010 1011000 11110

Color Harmonies of #0D098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D098E

Black with #0D098E

Text Example


Text Example

White with #0D098E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,9,142); }

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

background-color css

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

 a { background-color: rgb(13,9,142); }

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

border-color css

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

 span { border-color: rgb(13,9,142); }

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