Html Css Color HEX #0D099C Ultramarine

📋 copy color: '#0D099C'

red 13 ◦ green 9 ◦ blue 156

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

Shades of Ultramarine #0D099C

Tints of Ultramarine #0D099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 87.64%

R = 7.3%
G = 5.06%
B = 87.64%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D099C (or 0x0D099C) is known color: Ultramarine. HEX triplet: 0D, 09 and 9C. RGB value is (13,9,156). Sum of RGB (Red+Green+Blue) = 13+9+156=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 156 (61.33% from 255 or 87.64% from 178); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D099C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D099C is #F2F663. Grayscale: #1A1A1A. Windows color (decimal): -15922788 or 10225933. OLE color: 10225933.

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

Color convert

RGB 13 9 156 -
CMYK 0.92 0.94 0 0.39
HSL 241.63º 0.89% 0.32% -
HSV(B) 241.63º 0.94% 0.61% -
XYZ 6.26 2.68 31.64 -
YUV 26.95 200.83 118.05 -
System Red Green Blue C M Y K H S L
Decimal 13 9 156 0.92 0.94 0 0.39 241.63 0.89 0.32
Hex D 9 9C 5C 5E 0 27 F2 59 20
Octal 15 11 234 134 136 0 47 362 131 40
Binary 1101 1001 10011100 1011100 1011110 0 100111 11110010 1011001 100000

Color Harmonies of #0D099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D099C

Black with #0D099C

Text Example


Text Example

White with #0D099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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