Html Css Color HEX #0C0F86 Ultramarine

📋 copy color: '#0C0F86'

red 12 ◦ green 15 ◦ blue 134

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

Shades of Ultramarine #0C0F86

Tints of Ultramarine #0C0F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.32%

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

R = 7.45%
G = 9.32%
B = 83.23%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C0F86 (or 0x0C0F86) is known color: Ultramarine. HEX triplet: 0C, 0F and 86. RGB value is (12,15,134). Sum of RGB (Red+Green+Blue) = 12+15+134=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 134 (52.73% from 255 or 83.23% from 161); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C0F86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0F86 is #F3F079. Grayscale: #1B1B1B. Windows color (decimal): -15986810 or 8785676. OLE color: 8785676.

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

Color convert

RGB 12 15 134 -
CMYK 0.91 0.89 0 0.47
HSL 238.52º 0.84% 0.29% -
HSV(B) 238.52º 0.91% 0.53% -
XYZ 4.63 2.14 22.72 -
YUV 27.67 188.01 116.82 -
System Red Green Blue C M Y K H S L
Decimal 12 15 134 0.91 0.89 0 0.47 238.52 0.84 0.29
Hex C F 86 5B 59 0 2F EF 54 1D
Octal 14 17 206 133 131 0 57 357 124 35
Binary 1100 1111 10000110 1011011 1011001 0 101111 11101111 1010100 11101

Color Harmonies of #0C0F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F86

Black with #0C0F86

Text Example


Text Example

White with #0C0F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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