Html Css Color HEX #0C10BE Medium Blue

📋 copy color: '#0C10BE'

red 12 ◦ green 16 ◦ blue 190

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

Shades of Medium Blue #0C10BE

Tints of Medium Blue #0C10BE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

 BLUE value IS 190 (74.61% from 255) = 87.16%

R = 5.5%
G = 7.34%
B = 87.16%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C10BE (or 0x0C10BE) is known color: Medium Blue. HEX triplet: 0C, 10 and BE. RGB value is (12,16,190). Sum of RGB (Red+Green+Blue) = 12+16+190=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 190 (74.61% from 255 or 87.16% from 218); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C10BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C10BE is #F3EF41. Grayscale: #212121. Windows color (decimal): -15986498 or 12455948. OLE color: 12455948.

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

Color convert

RGB 12 16 190 -
CMYK 0.94 0.92 0 0.25
HSL 238.65º 0.88% 0.4% -
HSV(B) 238.65º 0.94% 0.75% -
XYZ 9.63 4.17 49.01 -
YUV 34.64 215.67 111.85 -
System Red Green Blue C M Y K H S L
Decimal 12 16 190 0.94 0.92 0 0.25 238.65 0.88 0.4
Hex C 10 BE 5E 5C 0 19 EF 58 28
Octal 14 20 276 136 134 0 31 357 130 50
Binary 1100 10000 10111110 1011110 1011100 0 11001 11101111 1011000 101000

Color Harmonies of #0C10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C10BE

Black with #0C10BE

Text Example


Text Example

White with #0C10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,16,190); }

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

background-color css

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

 a { background-color: rgb(12,16,190); }

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

border-color css

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

 span { border-color: rgb(12,16,190); }

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