Html Css Color HEX #0D0999 Ultramarine

📋 copy color: '#0D0999'

red 13 ◦ green 9 ◦ blue 153

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

Shades of Ultramarine #0D0999

Tints of Ultramarine #0D0999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 87.43%

R = 7.43%
G = 5.14%
B = 87.43%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0D0999 (or 0x0D0999) is known color: Ultramarine. HEX triplet: 0D, 09 and 99. RGB value is (13,9,153). Sum of RGB (Red+Green+Blue) = 13+9+153=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 153 (60.16% from 255 or 87.43% from 175); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D0999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0999 is #F2F666. Grayscale: #1A1A1A. Windows color (decimal): -15922791 or 10029325. OLE color: 10029325.

HSL color Cylindrical-coordinate representation of color #0D0999: hue angle of 241.67º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0999 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 13 9 153 -
CMYK 0.92 0.94 0 0.4
HSL 241.67º 0.89% 0.32% -
HSV(B) 241.67º 0.94% 0.6% -
XYZ 6.01 2.58 30.32 -
YUV 26.61 199.33 118.29 -
System Red Green Blue C M Y K H S L
Decimal 13 9 153 0.92 0.94 0 0.4 241.67 0.89 0.32
Hex D 9 99 5C 5E 0 28 F2 59 20
Octal 15 11 231 134 136 0 50 362 131 40
Binary 1101 1001 10011001 1011100 1011110 0 101000 11110010 1011001 100000

Color Harmonies of #0D0999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0999

Black with #0D0999

Text Example


Text Example

White with #0D0999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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