Html Css Color HEX #0C0986 Ultramarine

📋 copy color: '#0C0986'

red 12 ◦ green 9 ◦ blue 134

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

Shades of Ultramarine #0C0986

Tints of Ultramarine #0C0986

RGB

 RED value IS 12 (5.08% from 255) = 7.74%

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

 BLUE value IS 134 (52.73% from 255) = 86.45%

R = 7.74%
G = 5.81%
B = 86.45%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C0986 (or 0x0C0986) is known color: Ultramarine. HEX triplet: 0C, 09 and 86. RGB value is (12,9,134). Sum of RGB (Red+Green+Blue) = 12+9+134=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 134 (52.73% from 255 or 86.45% from 155); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C0986 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0986 is #F3F679. Grayscale: #171717. Windows color (decimal): -15988346 or 8784140. OLE color: 8784140.

HSL color Cylindrical-coordinate representation of color #0C0986: hue angle of 241.44º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0986 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 9 134 -
CMYK 0.91 0.93 0 0.47
HSL 241.44º 0.87% 0.28% -
HSV(B) 241.44º 0.93% 0.53% -
XYZ 4.55 1.99 22.7 -
YUV 24.15 189.99 119.34 -
System Red Green Blue C M Y K H S L
Decimal 12 9 134 0.91 0.93 0 0.47 241.44 0.87 0.28
Hex C 9 86 5B 5D 0 2F F1 57 1C
Octal 14 11 206 133 135 0 57 361 127 34
Binary 1100 1001 10000110 1011011 1011101 0 101111 11110001 1010111 11100

Color Harmonies of #0C0986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0986

Black with #0C0986

Text Example


Text Example

White with #0C0986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,134); }

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

background-color css

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

 a { background-color: rgb(12,9,134); }

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

border-color css

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

 span { border-color: rgb(12,9,134); }

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